Vithal Wadje
Which event of the global.asax file is called when the application is run for the first time?
By Vithal Wadje in ASP.NET on Oct 17 2012
  • suresh kumar behera
    Oct, 2012 26

    Application_Start() method

    • 0
  • Vithal Wadje
    Oct, 2012 17

     The Application_Start() method. Note that this method runs only once in a lifetime of an application. If the application restarts
    (say the web server reboots), it will be called again.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS