Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
if (Session["Login"] != null) { //do your stuff on here. } else { Session.Abandon(); Response.Redirect("ScorpCLMLogin.aspx"); }
Login to post response