Results 1 to 4 of 4

Thread: [2005] AJAX and Tab Control

  1. #1

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Question [2005] AJAX and Tab Control

    hi all,

    I have some questions in my mind regarding AJAX Tab Control.

    What I want to do is dynamically loading the Page in when one click on Tab.

    If following condition can be fullfilled then i think it's useful to make use of Tab Control

    1. If I can fire event of Web Control before the Main Page Load event like Master - Child page.
    2. I can't Make use of MultiView as it load each webcontrol on every event.
    3. I can't make use of LoadControl Event to load control dynamically as it doesn't support nested UpdatePanel.

    If anyone can suggest any third party component then also it's ok..

    Thanks in advance
    I am using .NET 2010 with Windows 7

  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: [2005] AJAX and Tab Control

    Then create a menu that looks like a set of tabs, but have the page postback each time, or load another page. You can then get the events you want.

  3. #3

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: [2005] AJAX and Tab Control

    Thanks for reply

    But, I don't think Menu Control can solve the problem i am making module that postback all the page(WebControl) using AJAX call. And I don't find how MenuControl can be useful? Can u plz expain how can i use Menu Control instead of MultiView to call the Only a single View Load Event at a time?
    I am using .NET 2010 with Windows 7

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

    Re: [2005] AJAX and Tab Control

    Point #1 for you is:

    If I can fire event of Web Control before the Main Page Load event like Master - Child page.
    You want an event to fire in the web control before the main page's load event. It can't quite work that way. You load your main page, and then make requests to the 'child' pages for content, which can fire events which you handle there itself.

    Is that what you want? I'm having trouble understanding your English.

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