S
SAL
How do I create paging in an ASP.net/C# application that has HTML tables on
it? Server side scripting calls C# functions that populate the HTML cells
for those tables.
Basically, the page is setup with one primary table that contains 3 tables
with in it. The primary table will group the data, and I want to display one
group per page. So, if I have Group A, B, C, I want to be able to page back
and forth between those groups using Next/Previous buttons similar to the way
Google does it.
I am fairly new to ASP.net so any help would be appreciated. I am using
VS2005 with framework 2.0, ASP.net, and C#.
Thanks
it? Server side scripting calls C# functions that populate the HTML cells
for those tables.
Basically, the page is setup with one primary table that contains 3 tables
with in it. The primary table will group the data, and I want to display one
group per page. So, if I have Group A, B, C, I want to be able to page back
and forth between those groups using Next/Previous buttons similar to the way
Google does it.
I am fairly new to ASP.net so any help would be appreciated. I am using
VS2005 with framework 2.0, ASP.net, and C#.
Thanks