摘要:
if (!IsPostBack) { CommFun.IsAdmin(); } commfun.cs中 public static void IsAdmin() { //查看是否为超级管理员 if (HttpContext.Cu... 阅读全文
posted @ 2009-04-02 16:33
萌子
阅读(191)
评论(0)
推荐(0)
摘要:
string strqry = ""; strqry = "select * From bigclassname "; DBFun.FillDwList(DropDownList1, "Select * from bigclassname"); DropDownList1.Items.Add(new... 阅读全文
posted @ 2009-04-02 16:30
萌子
阅读(363)
评论(0)
推荐(0)
摘要:
//编辑 protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e) { this.GridView1.EditIndex = e.NewEditIndex; dataBind(); } //取消 protected void G... 阅读全文
posted @ 2009-04-02 13:47
萌子
阅读(266)
评论(0)
推荐(0)