|
Subject:
|
Nested DataGrids
|
|
Posted By:
|
Manu
|
Post Date:
|
5/3/2006 5:38:24 AM
|
I want to use the DataGrid for entry Module in database, which includes multiple tables connected with each others through their common fields. How can I show the given format..
ROW 1 [from table1] [respective values] ROW 1.1 [from table 2] [respective values] ROw 1.2 [from table 2] [respective values] ROW 1.2.1 [from Table 3] [respective values]
This should be the look of the Data Grid and the code should be in VB.Net.
Any Hint on this would be appreciable. Thanking u All
|
|
Reply By:
|
jvraman
|
Reply Date:
|
5/3/2006 8:01:56 AM
|
Create a View in the back end (database) and take out the results.
Regards Venkat
|
|
Reply By:
|
Manu
|
Reply Date:
|
5/4/2006 12:56:42 AM
|
Thanks for the Clue.. But I woould appreciate if you will give me hint by code in vb.net
|