if (sdr.HasRows)
{
Session["Uaername"] = UserName;
Response.Redirect("modify.aspx");
}
else
{
Response.Write("用户名或密码错误!");
}
}
在ASP中显示无误为什么不能跳转到modify。axpx页面
{
Session["Uaername"] = UserName;
Response.Redirect("modify.aspx");
}
else
{
Response.Write("用户名或密码错误!");
}
}
在ASP中显示无误为什么不能跳转到modify。axpx页面