
March 21st, 2004, 07:10 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Spreading a table across multiple pages
Hi,
I hope I'm not asking too much....
Well, I'm working on a small vb .net web application using MS Access 2000 DB.
One of my goals is to display a call breakdown for a specific telephone account using certain criteria which are irrelevant for my issue.
I managed to display a table with the entire breakdown easily using Response.Write("[table related HTML tags + info from DB]") while iterating on a table generated from an SQL query.
My problem starts when I have an account that made lots of calls and I want to show the call breakdown table over multiple page (much like any search result page).
In that case I guess I need to set a parameter that sets the number of table rows displayed in each page, and somehow dynamically set link buttons that direct me to a specific page.
Gee,….now I'm sure I'm asking too much…….
10x DNeeBrkr
|