thread hit count and views count help is needed ????
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Iam working on Forum Application and every thing is ok but iam stuck on below that how i set the thread hit counter for Total Views and Total replies of the particular thread. Any Idea how i tackle this issue. Hope Hear from you Best Regards
-
Hi all, Iam working on Forum Application and every thing is ok but iam stuck on below that how i set the thread hit counter for Total Views and Total replies of the particular thread. Any Idea how i tackle this issue. Hope Hear from you Best Regards
If you are keeping a DB table, you will get the total replies by querying the table for this particular thread.For Total views you can set a field in the table and increment it each time that page is accessed.
Arun Jacob http://codepronet.blogspot.com/