my problem is that after every 20minutes i got the error that the
Object reference not set to an instance of an object.
and highlight the line
lblWelcome.Text = "Welcome, " + Session["userName"].ToString();
I want that when the session expires either user will see LogIn page or the sesion resume their values.
Where i write the code for the above.... thanks for your code in advance
Object reference not set to an instance of an object.
and highlight the line
lblWelcome.Text = "Welcome, " + Session["userName"].ToString();
I want that when the session expires either user will see LogIn page or the sesion resume their values.
Where i write the code for the above.... thanks for your code in advance
Comment