i have 3 gridview's
gridview1
gridview2
gridview3
and all three gridview have paging
i have made OnPageIndexChanging of first gridview which is below
- protected void OnPageIndexChanging(object sender, GridViewPageEventArgs e)
- {
- GridView1.PageIndex = e.NewPageIndex;
- this.DisplayProject();
- }

Subin ThomasPosted Apr 4, 2019, 5:11 AM
Jignesh KumarPosted Apr 4, 2019, 12:20 AM