Click here to Skip to main content
15,923,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ,
I am preparing a web page in asp.net which contains the details of all the consumers from the database.
It is working with table and gridview.
But i need to do the same only using <<div>> tag in .aspx file(source code) that is without using gridview, table or any other controls in asp.net.
Is it possible to do so.
Please help me.
Thank You.
Posted

1 solution

Are you looking for something like this
DIV TABLE[^]
 
Share this answer
 
Comments
sijo 2 4-Sep-12 9:15am    
Thanks Anuja for your valuable time
But in this case what i need is to display data just like how we do in gridview. But no such controls can be used. each cell should be in <div>
sijo 2 4-Sep-12 9:16am    
can we use looping in .aspx page?
Anuja Pawar Indore 4-Sep-12 9:26am    
In that case use repeater and created div based structure
sijo 2 4-Sep-12 9:35am    
Thank You Anuja.

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