public void SearchData_jytj() { DataTable dt = BLL.RetrieveJytj().Result; this.DataList_Jytj.DataSource = dt; this.DataList_Jytj.DataBind(); }