Monday, May 24, 2010

How to show the visitor counter number in my ASP.NET project???

iam making a project using asp.net, vb.net %26amp; sql server 2000 as database for my college.


now i want that to show number of users who visit my website i.e. i want to see the visitor counter number..


pls tell me in details about how to do this step by step..





thank you

How to show the visitor counter number in my ASP.NET project???
You should write code in your global.asax file.





Store the total number of visitors in an Application variable. Increment the value of this variable on each Session_Start event.





Hope this helps.

flower delivery

No comments:

Post a Comment