Пример #1
0
        void BindData()
        {
            ClassStaffType s  = new ClassStaffType();
            DataTable      dt = s.GetStaffType("", "");

            GridView1.DataSource = dt;
            GridView1.DataBind();
            SetViewState(dt);
        }
Пример #2
0
        protected void btnSearchRefresh_Click(object sender, EventArgs e)
        {
            ClearData();
            ClassStaffType s  = new ClassStaffType();
            DataTable      dt = s.GetStaffType("", "");

            GridView1.DataSource = dt;
            GridView1.DataBind();
            SetViewState(dt);
        }