Hello,
On my page I have a WebTab with several tabs which are holding aspx forms by selecting ContentUrl.
Every time the mainpage gets an postback, all pages on the tabs are reloaded with IsPostback = false.
How do I have to configure my WebTab control that each tab holds its viewstate during Postbacks of the mainpage?
I didn't find a good description to the different PostBackOptions I can set for WebTab in the online documentation.
best regardsAndreas
Did anyone find a solution besides the user control approach? I am having the same issue and cannot go with user controls in the use-case I am trying to solve.