Results 1 to 3 of 3

Thread: I need your ideas on this

  1. #1

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    I need your ideas on this

    Quote Originally Posted by boss
    Pls try to use iframe so that we can separate the tab contents to another file and for easy maintenance. Then pls check that whether the web controls in the iframe can still be accessed in the code behind.
    I just feel that this is not doable...

    ideas on this anyone?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: I need your ideas on this

    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).

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: I need your ideas on this

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width