示例#1
0
 private void LoadData()
 {
     this.GridView1.DataSource = SysConfigBiz.GetAllConfig();
     this.GridView1.DataBind();
 }