Forum Moderators: open

Message Too Old, No Replies

Paging in asp.net with an access database

         

Weblamer

7:35 pm on Mar 12, 2007 (gmt 0)

10+ Year Member



Hello folks.

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

TheNige

9:20 pm on Mar 12, 2007 (gmt 0)

10+ Year Member



Please look at the TempalteField column for the GridView.

Weblamer

4:23 pm on Mar 13, 2007 (gmt 0)

10+ Year Member



Egads, that solved my problem. Thank you very much!