Menu controls-- Help Needed
-
Hi, I am having two menu controls (Tabs) in a page. Now how to programmatically unselect the selected tab in Menu1 when the user selects another tab from Menu2 ?? Plz help, JJ
-
Hi, I am having two menu controls (Tabs) in a page. Now how to programmatically unselect the selected tab in Menu1 when the user selects another tab from Menu2 ?? Plz help, JJ
-
What do you mean unselect one? If you click on a tab button then another, the focus is set to the 2nd one. Do you mean the actual tabbed pages, if so use panels to display and hide depending on tab chosen
I am having two different menu controls (Tabs) on the same page. When I click on the tab button, the focus is set to the selected tab in the same Menu Control. Its fine.. But Problem is with second Menu control on the Same page. When I click on the Tab in the second Menu control, The focus should come to the second Menu control (till here it is working fine) and BUT how to release the focus on the first menu control?? ~JJ