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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reusing a table template

Status
Not open for further replies.

seaport

MIS
Jan 5, 2000
923
US
I am creating a report page that display multiple tables with the same format but different content. The number of tables are determined at runtime, but the number of columns and rows are pre-determined.

Right now I have to create the html table at runtime and insert row by row, cell by cell, and apply format.

I wonder whether I can leave a hard-coded table (runat=server) in the aspx page and use it as a template to create multiple tables at runtime. This way, I do not have to do any formatting.

Thanks in advance.

Seaport
 
You will do better if you ask ASP.NET questions in forum855

This forum is for classic ASP - read faq222-2244 for guidance on forum usage

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Thanks, John.

Apparently I clicked the wrong link.

Seaport
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top