[CLOSED] Autoload

  1. #1

    [CLOSED] Autoload

    hi,

    Tabpanel autoload property is not working for me. please help..

    <ext:TabPanel ID="TabPanel1" runat="server" ActiveTabIndex="0" Height="300">

    <Tabs>
    <ext:Tab runat="server" Title="Tab 1" AutoLoad="Two.aspx" ID="ctl150">
    <Content>
    </Content>
    </ext:Tab>
    <ext:Tab runat="server" Title="Tab 2" AutoLoad="Three.aspx" ID="ctl151">
    <Content>
    </Content>
    </ext:Tab>
    <</Tabs>
    </ext:TabPanel>



    Thanks in advance.</PRE>
  2. #2

    RE: [CLOSED] Autoload

    Hello,

    I was not able to reproduce any issues with the code sample you provided.


    The following example from the Examples Explorer might be able to provide some more information, see*https://examples1.ext.net/#/Panel/Basic/AutoLoad/


    Hope this helps.


    P.s. As noted above the HtmlEditor when you create a new thread, please wrap your code samples in [CODE] tags. The tags help with formatting and ensure the proper tabs and line breaks are carried through from your editor. Another helpful step I take is to first paste the code sample into Notepad, then into the HtmlEditor. That step remove all the Visual Studio formatting and what remains is a nice clean code sample.


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Window Autoload
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 10, 2012, 11:00 PM
  2. [CLOSED] AutoLoad - URL not rendered.
    By GavinR in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 22, 2011, 1:44 PM
  3. [CLOSED] Help with AutoLoad MergeMode
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Sep 03, 2010, 4:41 PM
  4. [CLOSED] [1.0] MVC and TabPanel AutoLoad
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 26, 2010, 10:40 AM
  5. [CLOSED] Tab page autoload
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 03, 2009, 8:07 AM

Posting Permissions