10
Shouts

Having some fun with the ListView control in ASP.NET - .NET Development - Gal Ratner

published 665 days, 22 hours, 18 minutes ago posted by galratnergalratner 668 days, 4 hours, 35 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Sunday, July 25, 2010 3:34:14 AM GMT

The ListView control is a natural progression of the GridView. It displays data by using user-defined templates instead of row fields, allowing for layout flexibility.  Paging, sorting, inserting and editing records are all built into a ListView, and, can be greatly manipulated both in the layout and functionality. Let’s look at some cool features we can implement on our own ListView. For the sake of this article I have created a basic ListView that has an ObjectDataSource along with an in memory list o...

category: ASP.NET | clicked: 3 | | source: galratner.com | show counter code
tags: listview, ASP .NET