Search code examples
asp.netviewdatalist

Stackoverflow style data list view


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.

alt text

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


Solution

  • You could use a Repeater

    http://www.w3schools.com/ASPNET/aspnet_repeater.asp

    And if you need to page it

    http://www.aspnettutorials.com/tutorials/controls/page-repeater-aspnet2-csharp.aspx

    https://web.archive.org/web/20211020121644/https://www.4guysfromrolla.com/articles/081804-1.aspx