I have a treeview control and grid control on my form.
When a node on the Treeview control is clicked, the grid will display some detail info about that node. Now what I want to do is letting the user change the info from the grid, and then click a UPDATE button to updata the database.
The grid is populated by a query of multiple tables( based on which parent of the node is).
How can I do this?
