I have a form that contains several items:
- textboxes for insert data in a database table
- treeview that contains data from database
I modify treeview items, the new values are inserted in the database but the treebview stays the same. I need to refresh the data from it and I don't know how.
Thanks.