private void BindData() { //DataTable dt = DBManager.GetUserProfileOutDept(deptCode,txtFilter.Text); UserProfileBLL bll = new UserProfileBLL(); IList <UserProfileInfo> upList = bll.GetUserProfileOutDept(deptCode, txtFilter.Text); gvUser.DataSource = upList; gvUser.DataBind(); }