Hello
I have a problem with Webtab:
The User can select attributes on my Site an on some attributes I want to show an addition Tab (it is hidden on Pageload) and jump to the firstcontrol by set the focus to this.
my Code:
uwt_study_new.Tabs.Item(0).Hidden =False
uwt_study_new.Tabs.Item(1).Hidden =True
Me.btn_formblatt.Focus()
the Problem ist, that Tab(1) opened but it is empty. After I cklick manually on the Tab-Header, all Controlls will be shown...
can someone tell me how I can actived this "Refresh" of the Tab in codebehind?
thx and regards
Robert
Resolved...
I forgott to set the Tab to Selected...
uwt_study_new.SelectedIndex = 1
regards Robert