Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create html tables dynamically? I mean if database rows are increasing depending on that in the designer view tables are also increasing for the display.
Is there any another option for this?

Thanks in advance.
Posted
Updated 8-Sep-10 21:39pm
v2
Comments
Ankur\m/ 9-Sep-10 3:40am    
Added ASP.NET tag.

1 solution

How to create html tables dynamically

I will consider you are talking about ASP.NET

You can use data bound controls like GridView to do this.

Check this link: ASP.NET Data-Bound Web Server Controls Overview[^]

Need more information. Check this[^].

Hope it helps! :thumbsup:
 
Share this answer
 
Comments
Dalek Dave 9-Sep-10 3:54am    
Good Call.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900