I am doing an application in Windows Forms. I am having a tree view and a data-grid view on my form
My Tree view will be as follows
ACH
|->Some.txt
|->File Header
|->Batch Header
|->Batch1
|->Batch2
|->Batch3 and so on
My data grid view will consists of the data as follow
Record Type Content
File Header 111111111111111111111111111111111111111111111111111
Batch Header 1212132233243432454354543534565757657
Entry Detail 34354545646576856756765767868768
Batch control 11111111111111111111111111111111111111111111111111111111111
Batch Header 11111111111111111111111111111111111111111111
Entry detail 111111111111111111111111111111111111
Batch Control 111111111111111111111111111111111111111
Now if i select File Header from tree view i would like to select the row with file header as selected like that the others too any idea please
Dorababu