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


Go to topic 43769

Return to index page 297
Return to index page 296
Return to index page 295
Return to index page 294
Return to index page 293
Return to index page 292
Return to index page 291
Return to index page 290
Return to index page 289
Return to index page 288