protected void Page_Load(object sender, EventArgs e)
{
HttpContext.Current.Response.Redirect("home.html", false);
}
protected void Page_Load(object sender, EventArgs e)
{
HttpContext.Current.Response.Redirect("home.html", false);
}