Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to view data under HTML div control. I don't want to use gridview. How can i view data from database dynamically in div td. I want to display 10 data at a time. I also want to use paging for moving to the next data.

please any one help me.......Thanks in advance
Posted

hi
You can use Jquery for display the data from the database in aspx page dynamically..

http://www.datatables.net[^]I think this link will helpful to you

Happy Codding....:)


Seshu
 
Share this answer
 
v2
You can use panel instead of div to display dyanamic data.
To use paging you can use list view and data pager. Hope this helps
 
Share this answer
 
v2
Hi Rahul,
Hope this will help you :)
* Use Classic Ajax just render the xmlhttp object ;)

link http://www.15seconds.com/issue/050526.htm[^]

:) Enjoy the life
 
Share this answer
 
Take data from DB to a Dataset. Write the header of the grid usging div , ul and li. Access each row of datatable of dataset and write them inside ul and li. After finishing end the div. If you want limited page size you write only limited rows.
 
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