Learning Resources
Design ListView and Other Templated Controls
Various topics involving ListView and templated controls in ASP .Net covers the following topics:
- Understanding Templated Controls
- Repeating yourself with the Repeater
- Rolling Your Own with the ListView Control
- Generating the DataContext
- Configuring the LinqDataSource
- Setting up the ListView
- Displaying data with ItemTemplate
- Editing records with EditItemTemplate
- Adding records with InsertItemTemplate
- Advising users there’s no data with EmptyDataTemplate
- Using the ItemSeparatorTemplate
- Making a horizontal list with flow
- Using the DataPager with a ListView