can anyone give me some ideas as to how you would dynamically create a table with asp,...a table on a form. I want to use a resultset to select all the records of a table, and then display them to the user on the web page. i was going to display the info in rows of a table, but i can't hardcode the number of rows or anything and so i need the table code only generated based on the resultset.