|
|
Master-Detail Data on ASP.NET Form |
|
|
C# Corner |
|
|
ASP.NET / Component & Controls |
|
|
Click to Visit |
|
|
Click to Download |
|
|
7 |
|
In this tutorial the author explains the procedure for displaying the related set of data in two different datagrids. You can view the detail rows related to any data row in the master datagrid by clicking on the show details button. The author clearly show shows how to import required namespaces, adding the 2 datagrids in the aspx page, binding the datagrids to the database tables using the ADO.NET objects and displaying the detail rows based on the selected master data row with a sample program.
|