Click here to Skip to main content
15,896,267 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
I was trying to display the data from database into an .aspx page, Using Gridview it is possible to display in asp.net, but i don't want to display using gridview control, Is their any other way to display data other than using gridview, could anyone please tell me how to display the data in table.
Posted
Comments
Ashi0891 27-Aug-14 12:26pm    
search web for displaying data in html tables.

 
Share this answer
 
Comments
VICK 28-Aug-14 4:14am    
Would have suggested repeaters too. so my 5. :)
You can display data anyway you want, say, in paragraphs, tables, <li> elements, <td> and <dd> elements, anything at all. The question boils down to knowing how to use ASP.NET and ADO.NET in general. If you don't know that, you need to learn it all, which is not extremely hard if you know general .NET programming.
—SA
 
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