Wednesday, 23 April 2014

What is starting Event of Session in Asp.Net


 void Session_Start(object sender, EventArgs e) 
    {
        // Code that runs when a new session is started

    }

No comments:

Post a Comment