问题描述
protectedvoidButton1_Click(objectsender,EventArgse){if(CheckAccount(inputName.Value.ToString(),inputPassword.Value.ToString()))//当前上下文中不存在名称“inputName”,“inputPassword”{Session["father"]="";Session["son"]="";Session["user"]=inputName.Value.ToString();Session["password"]=inputPassword.Value.ToString();Response.Redirect("~/MainFrm.aspx");employee.EmployeeName=Session["user"].ToString();employee.Password=inputPassword.Value.ToString();}else{Response.Write("<script>alert('用户名或密码输入错误!')</script>");}}
解决方案
解决方案二:
看一下inputName、inputPassword页面中是否存在,是否有runat=server.
解决方案三:
解决方案四:
代码是从其他页面直接COPY过来的吧,估计命名空间没改
解决方案五:
不是copy的
解决方案六:
引用1楼guwei4037的回复:
看一下inputName、inputPassword页面中是否存在,是否有runat=server.
试试这个
时间: 2024-10-29 22:15:51