1. Select a item from radtreeview with databinding
2. right page will show a edit page of the selected item
3. Save the changed value and then left pane tree will update its name
I found that if I dun want to refresh whole page, it is not possible to do the above logic.
My logic is creating a page which handles the selected value and there is a navigate url in each of tree items. When u click on it, right pane will show the edit page. Of course, they are different pages so I cannot update each other from both left or right pane.
Now I think user control (ascx) can help me out here,but how can I change the parameter of the user control and then refresh it?
Please advice, thx.
Best regards,
Stephen
2. right page will show a edit page of the selected item
3. Save the changed value and then left pane tree will update its name
I found that if I dun want to refresh whole page, it is not possible to do the above logic.
My logic is creating a page which handles the selected value and there is a navigate url in each of tree items. When u click on it, right pane will show the edit page. Of course, they are different pages so I cannot update each other from both left or right pane.
Now I think user control (ascx) can help me out here,but how can I change the parameter of the user control and then refresh it?
Please advice, thx.
Best regards,
Stephen