Online Home
protected void Page_Load(object sender, EventArgs e)
{
try
if(Convert.ToInt32(Session["UserID"])>0)
Response.Redirect("Employee.aspx");
}
catch (Exception ee)
throw new Exception(ee.Message);
No comments:
Post a Comment