I am trying to change tabs in the Portal with a button click. The problem seems to be that the tabs get built in the DesktopDefault page initilization, and then the button click event get handled afterwards. Is there a way to catch that the postback was
caused by a button click during the Page Initilization? Does this make sense?
If the change is to take effect then you can try adding a "response.redirect" command at the end of the button click event so the desired page gets refreshed.
I am trying to change tabs in the Portal with a button click. The problem seems to be that the tabs get built in the DesktopDefault page initilization, and then the button click event get handled afterwards. Is there a way to catch that the postback was
caused by a button click during the Page Initilization? Does this make sense?
Sorry, just wondering how do you programatically set the active tab in this place?
None
0 Points
3 Posts
Changing Tabs Programatically
Dec 09, 2005 11:12 AM|kversaw|LINK
I am trying to change tabs in the Portal with a button click. The problem seems to be that the tabs get built in the DesktopDefault page initilization, and then the button click event get handled afterwards. Is there a way to catch that the postback was caused by a button click during the Page Initilization? Does this make sense?
Member
20 Points
448 Posts
Re: Changing Tabs Programatically
Dec 10, 2005 09:45 PM|webber123456|LINK
None
0 Points
2 Posts
Re: Changing Tabs Programatically
Dec 29, 2005 09:57 PM|carver|LINK
Sorry, just wondering how do you programatically set the active tab in this place?