Kanakaraj V
How to find the no of visitors in the particular website (in onlinesa)
By Kanakaraj V in ASP.NET on Sep 24 2010
  • sarika jain
    Feb, 2011 9

    Use Global Application Class File 

    In Application_Start( ) method of the global application class file declare an Application variable and  increment it in the Session_Start() method
    as well as in Session_Start() declare a session variable and increment the session variable in the Page_Load() method so that you can find the no of visitors in the particular website

    • 0
  • mark dinesh
    Oct, 2010 14

    Create an Application level variable and increment it  upon  visit of your site.

    Just a guess hope it works............

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS