Parent-Child GridViews using show/hide rows within the same table
Click on the arrow icon in front of a record to toggle the view between detail and summary.
Company Name
City
Country
This section contains a new header line that was added while handling the RowCreated event to manipulate the header row
Alfreds Futterkiste
Berlin
Germany
Ana Trujillo Emparedados y helados
México D.F.
Mexico
Antonio Moreno Taquería
México D.F.
Mexico
Around the Horn
London
UK
Berglunds snabbköp
Luleå
Sweden
Blauer See Delikatessen
Mannheim
Germany
Blondesddsl père et fils
Strasbourg
France
Bólido Comidas preparadas
Madrid
Spain
Bon app'
Marseille
France
Bottom-Dollar Markets
Tsawassen
Canada
1
2
3
4
5
6
7
8
9
10
Using SqlDataSource
: View the source code for this demo in C#
Using ObjectDataSource in C#
: View the source code for this demo in C#
Using ObjectDataSource in VB
: View the source code for this demo in VB
WEBSWAPP_BLL.Demos.cs
: Source Code for the Business Logic Layer that operates this site written in C#
SAMPLES.xsd
: a dataset customized from the NorthWind database to create the demos for this website. This link has the SQL script to generate the tables that are not in NorthWind database
clsCustomer.cs
: clsCustomer.cs source code
clsProduct.cs
: clsProduct.cs source code
clsProdListItem.cs
: clsProdListItem.cs source code
clsOrder.cs
: clsOrder.cs source code