Hi,
Present i am working on TreeView Control.
By using Treeview control i want to show the data on the DataGridView2.
This data is coming from DataGridview1 which is hide on the output.
When i click on the selected node that perticular node is connect to suitable data on the datagridview1. Then that data or that Row is display on the Datagridview2.

Example:

Assume in my Datagridview1 the first column is contains data 3101,3102,3103.....
In my Treeview control i added nodes like 3101,3102,3103.......
So when i select or click the 3101, that is connect to 3101 Row in the DataGridview1. That hole row is dislay on the DataGirdview2.


I hope u understand my problem.
Regards
Kumar.