Page 1 of 1

updating treeview

PostPosted: October 27th, 2009, 8:50 am
by teodoram13
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.