Video: Using the New ASP.NET ListView Control

ASP.NET 3.5 introduces a new control called the ListView that allows developers to have 100% control over the HTML markup that is generated while still providing paging, inserting, updating, and deleting support. To me the ListView control is a nice blend between the GridView and Repeater controls with new features added.

In this video I walk through the fundamentals of using the ListView control and show how you can use the new CSS tools in VS.NET 2008 to create a scrollable ListView control with a frozen header. See my previous blog post if you're interested in learning how to freeze GridView control headers in IE and FireFox.

  
View the Video

 

 

Published Thursday, August 02, 2007 12:33 AM by dwahlin
Filed under: ,

Comments

# re: Video: Using the New ASP.NET ListView Control

Thursday, August 02, 2007 10:08 PM by Joe

Nice job.

Very clear.

View source would be nice after adding the css.

Especially after freezing the headers.