Hi,
I am developing this web page in which I have a RadTabStrip connected with a RadMultiPage, both created dynamically, following this demo.
The code is pretty much the same from the demo, the differences are in the layout, in the fact that it is placed inside a Master Page and that (because of the MasterPage) the AjaxManager from the demo is replaced with an AjaxManagerProxy.
Unfortunately it does not work the same way. When I click on a tab that is not yet loaded (i.e. first click on that tab since page creation), all the other already loaded tabs refresh, causing a loss of all the client-side information.
What can be the cause? Is it solvable?
Thank you, best regards.