Stackoverflow style data list view
Posted
by
kst
on Stack Overflow
See other posts from Stack Overflow
or by kst
Published on 2011-01-17T06:49:11Z
Indexed on
2011/01/17
6:53 UTC
Read the original article
Hit count: 283
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
© Stack Overflow or respective owner