R
Random
I'm playing around with the GridView control in ASP.NET 2.0, and I'm binding
the control to an XML data source. I'm trying to implement paging, but am
getting an error when I click on the link to go to another page...
The GridView 'SearchResults' fired event PageIndexChanging which wasn't
handled.
What other code do I have to write to implement this? The documentation I
am finding for Paging on the DataGrid control does not help the problem.
the control to an XML data source. I'm trying to implement paging, but am
getting an error when I click on the link to go to another page...
The GridView 'SearchResults' fired event PageIndexChanging which wasn't
handled.
What other code do I have to write to implement this? The documentation I
am finding for Paging on the DataGrid control does not help the problem.