Friday, 11 March 2011

Session Statements


if(Session["success"]!=null)
{
Label1.Text=Session["success"].ToString();
}

1 comment: