Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
WebAsyncRefreshPanel is not happening inside tab
posted

Hi,

I have ultra web tab inside WARP as like below structure, if i click any tab inside WARP the entire page is posting back to server. any idea on this..

<igmisc:WebAsyncRefreshPanel runat="server" ID="WebAsyncRefreshPanel1">

<igtab:UltraWebTab ID="Ultrawebtab1" runat="server" Font-Size="Smaller" OnTabClick="Ultrawebtab1_TabClick"

AutoPostBack="true" BorderDetails-StyleTop="None" BorderDetails-WidthTop="0" BorderWidth="0">

<Tabs>
 <igtab:ultrawebtab ID="TitleTrendTab" runat="server">

                   <igtab:Tab Text=" Tab1">
                    </igtab:Tab>

                    <igtab:Tab Text=" Tab2">
                     </igtab:Tab>

 </igtab:ultrawebtab>

</Tabs>

</igtab:UltraWebTab>

</igmisc:WebAsyncRefreshPanel>

Regards,

M.Seenuvasan

  • 45049
    Suggested Answer
    posted

    M.Seenuvasan,

    I'm surprised that this setup is working at all.  I would have expected WebTab to throw an exception for containing a WARP under its Tabs collection.

    Instead, put the WARP around the whole WebTab control, or put separate WARP controls inside each tab.  You might instead be able to use the Async options that WebTab itself provides.