I just feel that this is not doable...Quote:
Originally Posted by boss
ideas on this anyone? :(
Printable View
I just feel that this is not doable...Quote:
Originally Posted by boss
ideas on this anyone? :(
If you put it in IFrames, they can't be accessed from the parent page's codebehind.
Place the contents of each tab in a separate web user control (ASCX).
You can load the ASCXs dynamically as and when required using LoadControl(). Or put them on the page but set the visibility to false, although their page_load events will still execute.