Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Gridview paging 1

Status
Not open for further replies.

hjmc

Technical User
Nov 20, 2002
38
GB
I have a gridview which is bound to a datatable which I build in the code and use the DATASOURCE + DATABINDING on the gridview. It works nicely.

Now I want to enable paging.

If I set ENABLEPAGING to true I get the selectable page numbers under the grid but when I use them the application crashes; apparently, I need a PAGEINDEXCHANGING handler.

Can any help me with what I need to put in the handler to get Paging to work.

Thanks for any help
 
Works Great! thanks very much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top