private void MyBind() { DataTable dtable = new DataTable(); EGV.DataSource = B_Survey.GetSurveyList(); EGV.DataBind(); }