I have a for loop (dataset returns 10 records) . I need to keep creating html tables till a certain condition meet. e.g: if loop count is 10 then 10 html tables will be generated with 3 rows and 4 cols displaying text values from my dataset. can anyone help me how to create html tables dynamically using for loop, and how to add multiple cols and rows in one table and then add text in rows and cols from my dataset.

thanks