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.
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>