I'm not sure quite how to begin. I have pages using tabbed set up (RadTabStrip/RadMultiPage/RadPageView, etc)
The idea of this setup is that under certain conditions the second tab becomes visible to permit entry of additional data. Up till now I've used ASCXs as preloaded preset forms that are hidden/exposed as needed. There are only a few of them.
Future developments may have made this impossibly complex. What I have tried in the past is to load the ASCXs dynamically but so far I have not been able to get that to work.
Does anyone have any suggestions regarding a better way to handle the loading of multiple varied forms, either using Ajax or JavaScript?
The idea of this setup is that under certain conditions the second tab becomes visible to permit entry of additional data. Up till now I've used ASCXs as preloaded preset forms that are hidden/exposed as needed. There are only a few of them.
Future developments may have made this impossibly complex. What I have tried in the past is to load the ASCXs dynamically but so far I have not been able to get that to work.
Does anyone have any suggestions regarding a better way to handle the loading of multiple varied forms, either using Ajax or JavaScript?