Hello All,
I have a web application with master page.
master page has accordian (vertical) menu with favorites section where user can drag menu items dynamically.
user has to press 'save' button to save these newly dragged items.
My problem is after pressing 'save' button, these control's do not render until I press F5.
Is there any way that I could refresh the master page content and render the new controls when 'save' button is clicked.
I have tried:
page_load(this,null)
It doesn't help.
Please help.
Thank you.
Regards
hitro