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
60
Upgrade UltraWebTab V2 --> 9.2
posted

Hi all,

Recently, I upgraded my project from .net 2003 to VS 2008. So, I also upgrade the NetAdvantage to 9.2.

In my project, there is a page using UltraWebTab. And, it will cause a post back when tab is changed (by setting AutoPostBack="True"). However, after the upgrade, it doesn’t trigger any postback.

Is there any change in setting AutoPostBack??

Thanks.

 

Parents
No Data
Reply
  • 24497
    Suggested Answer
    posted

    Hi ***,

    There was no changes to AutoPostBack. Please build a temporary asxp and test tab. For example, add something like below and change selected tab. Postback should happen. If it does not, then there is probably problem with javascript files. If you use external js files (defined in web.config or similar), then it can be the reason.

        <igtab:UltraWebTab ID="UltraWebTab1" runat="server" AutoPostBack="true"></igtab:UltraWebTab>

Children
No Data