private void MyBind() { EGV.DataSource = avBll.Sel(ZType, State, "", Name_T.Text.Trim(), AgainTime_T.Text, EndTime_T.Text); EGV.DataBind(); }