[CLOSED] Tab page Access

  1. #1

    [CLOSED] Tab page Access

    *Hi,
    ********
    ***** i have a*tappanel with three tabs. Each tab has a autoloadiframe*pages. How to access tab page controls from parent page, which has tabpanel.

    <ext:TabPanel ID="TabPanel1" runat="server" ActiveTabIndex="0" Height="300">
    
    <Tabs>
    <ext:Tab runat="server" Title="Tab 1" AutoLoadIFrame="Two.aspx" ID="ctl150">
    <Content>
    </Content>
    </ext:Tab>
    <ext:Tab runat="server" Title="Tab 2" AutoLoadIFrame="Three.aspx" ID="ctl151">
    <Content>
    </Content>
    </ext:Tab>
    <ext:Tab runat="server" Title="Tab 3" AutoLoadIFrame="Four.aspx" ID="ctl152">
    <Content>
    </Content>
    </ext:Tab>
    </Tabs>
    </ext:TabPanel>
    please help me.thanks in advance...</p>
  2. #2

    RE: [CLOSED] Tab page Access

    This issue has been discussed befor, here's the link http://forums.ext.net/showthread.php...2138-16-1.aspx
    hope that helps


  3. #3

    RE: [CLOSED] Tab page Access

    Thanks for your reply.

    i want to know how to access tab page controls in parent page in c#.
  4. #4

    RE: [CLOSED] Tab page Access

    mm.....Thing's does not go like this in asp.net. You could access only controls submitted to your page from server side code. While i-frame target page will not be submitted to your page although the i-frame itself exist in your aspx page. Then you could not access any control on the i-frame target page.

    Uisng client side coding, you may access controls, fields between parent/child if they are at the same domain using javascript. There is way to do this.... take a look on this article
    http://developer.apple.com/internet/...nt/iframe.html

    hope this helps,

  5. #5

    RE: [CLOSED] Tab page Access

    hi,

    Thanks. Now i am understand. can you tell me how to get coolite gridpanel row count in asp.net
  6. #6

    RE: [CLOSED] Tab page Access

    Hi ram,

    Please keep one topic per forum thread.*


    I think the original topic of this thread has been solved.*


    Geoffrey McGill
    Founder
  7. #7

    RE: [CLOSED] Tab page Access

    hi,

    sorry.. thanks for your advice. bye

Similar Threads

  1. Replies: 1
    Last Post: Jan 19, 2012, 4:20 PM
  2. Replies: 12
    Last Post: Jun 23, 2011, 8:04 PM
  3. [CLOSED] How to access container from AutoLoad Page?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 29, 2011, 8:55 AM
  4. Access store in parent page
    By pintun in forum 1.x Help
    Replies: 0
    Last Post: Apr 07, 2010, 7:40 AM
  5. Replies: 2
    Last Post: Aug 27, 2009, 8:12 AM

Posting Permissions