R
Robin Chatterjee
Hi.
The Problem:
Ive got a Usercontolr (*.ascx) using WebTabControls.
In a new form i use the
Dim aQ As UserControl = LoadControl("aQ.ascx")
PlaceHolder1.Controls.Add(aQ)
On Postback it does not return the selected
TabStrip.selected index. It returns the last Tabindex.
Becuase of this the whole app is thrown off.
Pls help ASAP
Thank you
Robin
The Problem:
Ive got a Usercontolr (*.ascx) using WebTabControls.
In a new form i use the
Dim aQ As UserControl = LoadControl("aQ.ascx")
PlaceHolder1.Controls.Add(aQ)
On Postback it does not return the selected
TabStrip.selected index. It returns the last Tabindex.
Becuase of this the whole app is thrown off.
Pls help ASAP
Thank you
Robin