Rank: Newbie Groups: Member
Joined: 8/7/2007 Posts: 2
|
I'm having a problem using the Slider menu and the Callback Panel together. I have created each contol on the form. In the Page_Load event, I populate my slider menu with options from an XML file. When the user clicks on an item in the slider menu, I then add a control (a label with an iframe tag embedded inside of it) into the callback panel.
The first time I click on on a menu option, everything is fine and works exactly as expected. However, the menu then somehow becomes disabled -- meaning that clicking on the menu will no longer cause an event to fire for the menu.
Can you please advise. Thank you, Bryan Tubbs
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Bryan,
We are not aware of any such problems. Can you try to use a static menu and see if it works? If that works, then it would has to do with the code. In that case can you post your code so that we can take a look?
Thanks
|
Rank: Newbie Groups: Member
Joined: 8/7/2007 Posts: 2
|
I updated my code to add a trigger for the various menu options as they were created and everything seems to be working fine now.
|