if (!Page.IsPostBack)
{
if (Session["SessionName"] == null)
{
Response.Redirect("Default.aspx");
}
Monday, September 20, 2010
Session Check
Posted by
codeguru
at
11:37 PM
Subscribe to:
Post Comments (Atom)
if (!Page.IsPostBack)
{
if (Session["SessionName"] == null)
{
Response.Redirect("Default.aspx");
}
Posted by
codeguru
at
11:37 PM
0 comments:
Post a Comment