Select from following answers:- grid_employee.databind();
- grid_employee.datasource = ds;
- Call Bindgridview Function

- any of these.
- All Above
Note :- Bindgridview Function is nothing but writing binding code inside Bindgridview Function like select statement,fill dataset and assign dataset to gridview datasource and bind it.
If you write only grid_employee.databind() after grid_employee.pageindex = e.newpageindex. and when you are changing page, then in that case it will not work means your page will not navigate to next page.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator