Title: Visual Studio ASP .Net - EditingListView
Duration: 15:58 min
Description: In this video I am extending my previous discussion of ListView to show how we can edit data. I will start by creating a sqlDataSource to retrieve records from the Employees table in NorthWnd, then I will create a LayoutTemplate that contains a PlaceHolder for items. The LayoutTemplate is followed by an ItemTemplate that lists the first name, last name and the title, in addition to an edit link and a delete link.
Methodology: Using ListView ASP.NET control.
Technologies: ASP.NET 3.5
Examples constructed: This example will create a list of employees from the Employees table in the NorthWnd database. Below every employee information, we create two links to edit the information and delete the employee record.
Key words: ListView, SqlDataSource, LayoutTemplate, PlaceHolder, ItemTemplate.