Issue with Grid View
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Having successfully implemented custom BLL's and DAL's that support select, update, insert, delete and paging for use with the ObjectDataSource Component, I have identified the following issue. Example SQL select returns 87 records, the grid view displays 8 pages * 10 records which is providing paging and select only for use with a details view. When selecting the last page (8) on the grid view AND ONLY when selecting a record within that page, the paging index area of the grid is no longer visible preventing further page navigation as if grid view paging has not been specified. I may have overlooking a specific setting but I am not sure, any assistance welcome. Regards,
dotman1