Stackoverflow style data list view
- by kst
Hi Buddies
I'm beginner in ASP.Net.I'm know developing the small project for searching data from DB.
I use ASP.Net web form and ADO.Net.I would like to show the data list like stackoverflow because I don't want to use GridView.
I've some data fields to show example.
Title
Description
Date
Keyword
Please check out my screen shoot now I use Literal for draft.
so Please point to me what control I should use and that control will attach with Pager for the data list.
Important: Please let me know how to make layout template for the data list (Details)
Thanks