How do I show Each row of the database into separate Division.
Like facebook post...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj SahooPosted Mar 30, 2015, 6:21 AM
You can use grid in asp.net, retrieve the records and display them each row by row in a grid. Please follow links below:
http://www.codeproject.com/Articles/5638/C-Grid
http://www.codeproject.com/Articles/3531/SourceGrid-Open-Source-C-Grid-Control
I hope these help.
Thanks
Khargesh RajputPosted Mar 30, 2015, 6:18 AM
and design like
http://www.aspdotnet-suresh.com/2012/02/jquery-display-time-in-facebook-twitter.html
//here use table or div to formate as you like
//bind your data from database