Hi!
Try the following:
1) Create page with 4 tabs on
2) Set the TabContainer to AutoPostBack=True
3) Set Visible = False on Tab3
4) Run the page and select tab 4.
Tab 4 will be selected for half a second then suddenly it reselect tab2, and OnActiveTabChanged is fired twice.
If tab3 is visible, then tab 4 can be selected.
If AutoPostBack=false, then you can selected tab 4.
Something must be wrong with the AutoPostBack function.
Regards
Per
Try the following:
1) Create page with 4 tabs on
2) Set the TabContainer to AutoPostBack=True
3) Set Visible = False on Tab3
4) Run the page and select tab 4.
Tab 4 will be selected for half a second then suddenly it reselect tab2, and OnActiveTabChanged is fired twice.
If tab3 is visible, then tab 4 can be selected.
If AutoPostBack=false, then you can selected tab 4.
Something must be wrong with the AutoPostBack function.
Regards
Per