i want to check in each page if session expires than it should redirect to login page..
how to do this??
regards
Hi, guddu
if(Session["Session_name"]==null)
Response.Redirect("Login.aspx");
BTW, ASP.NET related questions should be asked at http://forums.asp.net
Thanks