摘要: #region 绑定角色 /// <summary> /// 绑定权限信息 /// </summary> protected void BindgvRoles() { string sql = "select * from GM_FileKind"; DataTable dt = OADBHelper.GetDataTable(sql); this.gvRoles.DataSource = dt; this.DataBind(); } #endregion #region TreeView 表员工表的显示至TreeView控件 /// <sum 阅读全文
posted @ 2011-08-27 16:04 易尔购 阅读(4198) 评论(1) 推荐(0) 编辑