asp.net中session怎么不能保存状态
asp.net中session怎么不能保存状态
日期:2022-04-01 02:39:44 人气:1
protected void imgLogin_Click1(object sender, ImageClickEventArgs e)
{
string loginid = this.txtUsername.Value;
string loginpwd = this.txtPassword.Value;
User userout = new User();
b
{
string loginid = this.txtUsername.Value;
string loginpwd = this.txtPassword.Value;
User userout = new User();
b