Hi,
I'm trying to format all rows retrieved from a RecordSet into a table where each row and column of the Database is displayed as rows and columns in the table. This is not a problem.
Here is the challange given to me: I NEED to do this generically without writting the table tags more than once into a database. I'm hoping to do this using one row in the database containing the <Table>,<TR>,<TH>,<TD> tags and their closes, as well as a field that returns ( via ASP using "eval") the desired recordset to format located in another table. Has anyone done any work on this and is anyone willing to share? Also links on the subject are welcome.