jQuery UI Widgets Forums Navigation Tabs Best Practice for aspx inside tabs?

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 8 years, 12 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Best Practice for aspx inside tabs? #76989

    realtek
    Participant

    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

    Best Practice for aspx inside tabs? #77057

    Dimitar
    Participant

    Hi realtek,

    These three approaches are all fine. You should pick the one that best suits your project. If you have not seen it, please take a look at our Loading Widgets in ASP.NET User Controls tutorial, which might be helpful to you.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.