asp.net - AJAX TabContainer not showing up in IE -


i'm using ajax control toolkit v15.1, asp.net v4.5.1 vs.net 2012 vb code. up-to-date. i'm using tabcontainer tool ajax toolkit. , when run web app in localhost mode, works fine in chrome , ie.

i publish code iis web server & view in chrome. runs great! happy! must test in ie fire ie 11. when ie 11 launches top part of web app loads. bottom 75%, houses tabcontainer , 11 tabs, not show up.

i've been reading changing asp:scriptmanager ajaxtoolkit:toolkitscriptmanager (which doesn't work way. doesn't recognize tag @ all. throws error! think may have been fix 4+ years ago because that's when fix posted not apply today.)

here code on think of value in troubleshooting: (in .aspx file)

<%@ register assembly="ajaxcontroltoolkit" namespace="ajaxcontroltoolkit" tagprefix="cc1"  %> 

the beginning of tabcontainer code:

        <cc1:tabcontainer id="tabcontainer" runat="server" width="1723px" height="568px" autopostback="true" activetabindex="7">             <cc1:tabpanel id="backupschedule" runat="server" >                 <headertemplate>                     <asp:label id="label3" runat="server" text="backup job schedule" />                 </headertemplate> 

i'd rather not force people use chrome. that's easy way out. i'd rather fix , not have worry it.

i download ajax control toolkits v15.1.2 , design webform tabcontainer show something.
when use ie 11 view page tab didn't show.but when use chrome (version 44.0.2403.130) view same page , tab "show up".
discussion tabcontainer on stackoverflow in ajaxcontroltoolkit 15.1.2 tabcontainer problems post. it soloved problem!!
can use ie 11 view page tab show up.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -