.NET登陆页面
stringpwd=System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(...
string pwd = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox2.Text, "MD5");
string strqry = "select * From Z_gongchenga where Z_Name='" + TextBox1.Text + "' and Z_pass='" + pwd + "'";
OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("App_Data/Web.mdb"));
conn.Open();
OleDbCommand cmd=new OleDbCommand(strqry,conn);
OleDbDataReader Myrd =cmd.ExecuteReader();
if(Myrd.Read())
{
Session["Admin"] = "yes";
Response.Redirect("service_ind.aspx");
}
else
{
Response.Write("<script>alert('帐号或密码错误!');</script>");
}
conn.Close();
帮我看看那里错了。怎么修改 展开
string strqry = "select * From Z_gongchenga where Z_Name='" + TextBox1.Text + "' and Z_pass='" + pwd + "'";
OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("App_Data/Web.mdb"));
conn.Open();
OleDbCommand cmd=new OleDbCommand(strqry,conn);
OleDbDataReader Myrd =cmd.ExecuteReader();
if(Myrd.Read())
{
Session["Admin"] = "yes";
Response.Redirect("service_ind.aspx");
}
else
{
Response.Write("<script>alert('帐号或密码错误!');</script>");
}
conn.Close();
帮我看看那里错了。怎么修改 展开
2个回答
合力亿捷
2023-07-25 广告
2023-07-25 广告
要快速搭建在线客服系统,可以考虑以下步骤:1. 确定需求:首先需要确定自己的需求和目标,例如需要什么类型的客服、需要支持多少用户、需要什么样的沟通工具等等。2. 选择合适的平台:选择一个合适的在线客服系统平台,可以选择公有云或私有云部署方式...
点击进入详情页
本回答由合力亿捷提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询