求各路大神解答 在线等 十万火急!!!

protectedvoidEdit_Click(objectsender,EventArgse){if((string)Session["Name"]!=""){if((... protected void Edit_Click(object sender, EventArgs e)
{
if ((string)Session["Name"] != "")
{
if ((string)Session["role"] == "管理员")
{
string id = (string)Session["ID"];
//string name=Session["userName"];
string sql = "select * from [Tb_User_Login] where ID='" + id + "'";
string connstr = ConfigurationManager.ConnectionStrings["Mispersonalconn"].ConnectionString;
SqlConnection Sqlconn = new SqlConnection(connstr);
SqlDataAdapter sda = new SqlDataAdapter(sql, Sqlconn);
SqlCommandBuilder sc = new SqlCommandBuilder(sda);
DataSet ds = new DataSet();
sda.Fill(ds, "temp");
ds.Tables["temp"].DefaultView.Sort = "id";
int index = ds.Tables["temp"].DefaultView.Find(id);
ds.Tables["temp"].Rows[index]["ID"] = TxtUserID.Text.Trim();
ds.Tables["temp"].Rows[index]["userName"] = TxtUser.Text.Trim();
ds.Tables["temp"].Rows[index]["userPass"] = TxtPass.Text.Trim();
ds.Tables["temp"].Rows[index]["userRole"] = role.SelectedValue.Trim();
int rows = sda.Update(ds, "temp");
lbMessage.Text = "您已成功更新" + rows + "条记录!";
}
else
{
Response.Write("<script>alert('只有管理员才可以进行此操作!')</script>");
}
}
else
{
Response.Redirect("Default.aspx"); ;
}
}
展开
 我来答
http_p
2013-01-06 · TA获得超过1095个赞
知道小有建树答主
回答量:733
采纳率:100%
帮助的人:576万
展开全部
你这是要问什么问题
追问
额  我忘记说了 求注释 大神
追答
你这代码是要从txt中加载一些用户信息写到数据库?添用户?

开始时判断有没有权限, 有就执行, 没有弹出对话框
如果session过期直接跳回default页面
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式