Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP:Table pagination

Status
Not open for further replies.

dave755

IS-IT--Management
May 3, 2001
69
US
I have created a simple ASP.Net report that is basically a single instance of an ASP:Table object. I am populating it "manually" using TableCell and TableRow objects because there is a substantial bit of computation that goes into each row.

My question is this - how do I get it to paginate cleanly? As it is, page breaks occur in the middle of text lines with no regard to content.

Dave Gee
 
You would have to use a control like a gridview or datagrid to have paging. You could use a table, but there would be a lot of code to be written to do it.
If this is a report, then I suggest using Crystal Reports which comes with Visual Studo, or you can also use Sql Server reporing services. That is also a viewer that comes with VS.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top