private void BindSysParam() { DataSet ds = SysParam.GetList(""); if (ds != null) { this.grdInfo.DataSource = ds; this.grdInfo.DataBind(); } }