0
kicks
Having some fun with the ListView control in ASP.NET
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.