Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all i want to know how we can display records on table in asp page
Posted

If you mean to say ASPX page then you have options like GridView, Data List, Details View, List View, Repeater etc.
Learn about gridview @ http://msdn.microsoft.com/en-us/library/ms752213.aspx[^]

If you mean Classic ASP, in that case you need to loop inside the recordset and append table tr td tags accordingly to create a table structure.
 
Share this answer
 
So many methods are there. I guess this one might help you
Display records in a table using ASP[^]
 
Share this answer
 

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