Creating a Master / Detail Application
Tags:
VB
, ASP.NET
, ADO.NET
, Controls
, 2003
, Beginning
This video walks you through how to create an entire application based on the Employee table of the Pubs database to populate a DataGrid. When you select a row in the DataGrid, the details of that record will be displayed and editable from a sub-form on the same page. Many important topics are covered, such as DataGrid paging, capturing Row Selected events from a DataGrid, populating DataBound DropDownLists, updating DataSets, and much more!