asp.net中session怎么不能保存状态

日期:2022-04-01 02:39:44 人气:1

asp.net中session怎么不能保存状态

protected void imgLogin_Click1(object sender, ImageClickEventArgs e)
{
string loginid = this.txtUsername.Value;
string loginpwd = this.txtPassword.Value;
User userout = new User();
b
    A+
热门评论