Forum Moderators: open
I have recently been moving to asp.net, however I have hit on a snag, and that is paging.
You know.. when you get results out of database and it only shows X amount at a time, and you click on 'next' to go to the next page.
Anyways the gridview control supports paging... however I cannot manipulate the data once its on a page. For instance if in the databases is says WIDGETS and I write a function where every time it sees WIDGETS it converts them to SUPERWIDGETS.
The repeater and datalist control DO allow me to manipulate the data... however they do not have built in paging. I have seen tutorials on the web, however none of them connect to an access database. Its all XML or hash code.
Has anyone seen any good paging tutorials for asp.net for paging with an access database? Or have any siggestions on how to manipulate the data coming out of a gridview control?
thanks...
-Ed