Title: Visual Studio ASP .Net - EditingListView - 2
Duration: 15:13 min
Description: This is a continuation of the previous video on editing a ListView. I proceed by adding an EditItemTemplate. As the name implies, this is the template that gets displayed in
edit mode (when changing employee data). I will create text boxes where user can modify
the first name, last name, or the title. Finally, I will start showing how we can sort
records in a ListView.
Methodology: Using ListView ASP.NET control.
Technologies: ASp.NET 3.5
Examples constructed: We continue the example we started in the previous video. We add an EditItemTemplate for the user to be able to edit an employee. The template will contain labels and text boxes that allow the user to modify the information. Finally, we add the ability to sort the employee records.
Key words: ListView, SqlDataSource, LayoutTemplate, PlaceHolder, ItemTemplate, EditItemTemplate, Label, TextBox, Bind.