Hi,
I wondered what the best practice was to include aspx content inside a tab if loaded dynamically?
I have tried various methods for example using jQuery to populate the DIV of the tab, and also iframes etc… they all work but I have had issues loading it via jQuery when trying to then execute certain features in the aspx page. IFrames are ok but ideally I would like to call functions on the parent page without loading the javascript a second time inside the iframe, otherwise browser memory etc will be consumed more.
A third method I thought was to have a user control which is somehow populated in the tab.
Is there a recommended method of doing this?
Thanks