ListView





0/5 (0 vote)
Some people think that the ListVew is a better Repeater and is one the best new additions to Visual Studio 2008.Blogs/ArticlesUsing the
Some people think that the ListVew is a better Repeater and is one the best new additions to Visual Studio 2008.
Blogs/Articles
- Using the ListView Control in ASP.NET 3.5: Mustafa Basgun has also written some great articles that drill into the new ListView control further. Read Part 1, Part 2, Part 3, Part 4, and his Locking ListView's Header and Footer Columns with CSS to learn more about it.
- Using ASP.NET 3.5's ListView and DataPager Controls - Grouping Data with the ListView: This is the second article in Scott Mitchell's series. In this article he discusses how to use the grouping feature of the ListView to separate rendered items into different grouping containers.The ListView Dominates The Repeater
- Building a Grouping Grid with the ListView and LinqDataSource Controls: Matt Berseth has an awesome post that shows off using the new ListView control and LinqDataSource controls to build a hierarchical grouping grid. A post to bookmark.
- Using ASP.NET 3.5's ListView and DataPager Controls - Displaying Data with the ListView: Scott Mitchell from http://www.4guysfromrolla.com/ (and also the author of the excellent ASP.NET Data Tutorials) is starting a new series that covers using the new ASP.NET ListView control. This is the first in the series and discuses how to display data.
- Creating an Outlook Navigation Bar using the ListView and Accordion Controls: Matt Berseth has a nice sample that describes how to implement an Outlook-like navigation menu using the new ASP.NET 3.5 ListView server control and the ASP.NET AJAX Control Toolkit's Accordion control.
- Using the ListView control in Tiled mode
- Fill a ListView with any Dataset, and perform sorting by a Column Header
Enjoy!