How to find out number of hits by a user on a specific page?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, can any one please say any method is available for finding out number of hits by a user on a single page? (not site visit) Regards Lijo
-
Hi All, can any one please say any method is available for finding out number of hits by a user on a single page? (not site visit) Regards Lijo
-
Hi All, can any one please say any method is available for finding out number of hits by a user on a single page? (not site visit) Regards Lijo
Create your own method which will load hitcounter value and increase it by 1.This method call in Page_Load event. For more check this.[^]
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.