Top "Page-index-changed" questions

PageIndexChanged occurs when one of the pager buttons is clicked, but after the GridView control handles the paging operation

The GridView 'grid' fired event PageIndexChanging which wasn't handled

public partial class WebForm2 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { string connectionString = WebConfigurationManager.ConnectionStrings["…

c# asp.net page-index-changed
Get GridView Object from Sender

I have multiple GridView on a page, and they are all pagable. I need to handle the paging in OnPageIndexChanging …

c# asp.net events sender page-index-changed
Custom Paging for GridView in an UpdatePanel not firing PageIndexChanging event

I have a GridView that uses custom paging inside an UpdatePanel (so that the paging and sorting of the gridview …

c# asp.net gridview updatepanel page-index-changed
Issue with RADGrid

I Have radgrid in my page. When i turn off view state and in pageindexchanged event when click next page …

telerik page-index-changed