Title: Visual Studio ASP .Net - ListViewSimple
Duration: 15:58 min
Description: Description: In this vide I am trying to demonstrate the use of ListView. ListView is a new control added to ASP.NET 3.5. It is like other controls (GridView) in terms of displaying, deleting, and paging through records, but it gives the developer more power by using templates. There are LayoutTemplates, ItemTemplates, AlternatingItemTemplates, and EmptyDataTemplates to name a few. In this example, I am going to show how a simple ListView control works with templates by selecting employees from the NorthWnd Database.
Methodology: Using templates in a ListView ASP.NET controls.
Technologies: ASP.NET 3.5
Examples constructed: I am going to show how a simple ListView control works with
templates by selecting employees from the NorthWnd Database.
Key words: ListView, GridView, LayoutTemplate, ItemTemplate, AlternatingItemTemplate, EmptyDataTemplate, DataSet, SqlDataSource, SelectCommand, ConnectionString, PlaceHolder.