views:

479

answers:

0

I had created a Collapsible Panel Menu user control which is in Master Page. What I am doing is all the menu and submenus(Hyperlinks to other pages) of my Menu User control are comming from a table and I am data binding it from code behind. The problem is when I clicks any submenus it is taking me to other page but the collapsible panel containing that submenu is collapsed, I want that particular Collapsible panel menu containing submenus I clicked to be expanded when I going to other page.

Example: Menu1 Submenu11 Submenu12 Menu2 submenu21 submenu22

When clicking on submenu22 or submenu 21(it will take me to another page) Menu2 collapsible panel will be expanded and showing submenu1 and submenu2.