Hello Everybody !!!
I have a problem about TreeView and ListView.
I have a form to manage student. When I add, the data appear on ListView and TreeView at the same time and the same data. Everything works perfectly.
But one proble about Delete button. I choose the line from the ListView and Delete it. The ListView delete the item perfectly. But I don't know how to delete the item on ListView and automatically delete the item on the TreeView.
Thanks for your helping !!!
Note: When you insert the data to ListView and TreeView. When you fill the information into the textbox. Remember after that choose class on TreeView and Click BUTTON ADD.
SOURCE CODE
Example.zip