第二章问题:小科
发表在ASP.NET图书答疑 2013-08-07
是否精华
版块置顶:
{
            SqlConnection con = new SqlConnection(ConfigurationManager.AppSettings["conStr"]);
con.Open();
            string strsql="select count(*) from tb_Admin where UserName='" + this.txtUid.Text + "' and SuperAdmin='True'";
SqlCommand com = new SqlCommand(strsql,con);
SqlData da = new SqlData();
SqlDataReader read = da.ExceRead("select * from tb_Admin where UserName='" + this.txtUid.Text + "'");
read.Read();
            if (read.HasRows)
            {
                Session["SuperAdmin"] = read["SuperAdmin"].ToString();
            }
read.Close();
int count = Convert.ToInt32(com.ExecuteScalar());
if (count > 0)
{
if(object.Equals(Request.Cookies["UserName"],null))
                {
                    CreateCookie();
                }
                else
                {
                    CreateCookie();
                }
                Session["UserName"] = this.txtUid.Text;
Session["PassWord"] = this.txtPwd.Text;
                Page.Response.Redirect("ST_BlogIndex.aspx");
}
else
{
Response.Write("<script lanuage=javascript>alert('用户名或密码有误!');location='javascript:history.go(-1)'</script>");
return;
}
}
你的回答两次是:您好,把if(read.HasRows)和下面的else中间的那段代码放到if(read.HasRows)这个语句块里面。
你运行一下,直接就运行不了。让大家都看一下,简直就是胡说!
分享到:
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照