IE web control TreeView updation
-
hi, I am using asp.net1.1. i am using IE treeview web control. In the page load method of codebehind file(C#) i am constructing the tree from DB. i have a submit button where user can update nodedata into DB. When the user clicks the submit button i want the tree to be constructed with the new update values. if i press F5 then i can see the updated value. without pressing F5, how can the tree be updated. i mean when the submit button is pressed i want to execute the event(submit_click) first then the page_load should be executed.how can i achieve it. thanks
-
hi, I am using asp.net1.1. i am using IE treeview web control. In the page load method of codebehind file(C#) i am constructing the tree from DB. i have a submit button where user can update nodedata into DB. When the user clicks the submit button i want the tree to be constructed with the new update values. if i press F5 then i can see the updated value. without pressing F5, how can the tree be updated. i mean when the submit button is pressed i want to execute the event(submit_click) first then the page_load should be executed.how can i achieve it. thanks