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...
|
10
Shouts |
|
|||
No comments yet, be the first one to post comment.