问题描述
我使用AJAX TabContainer的UpdatePanel的范围内(我已经放置在母版页toolscriptmanager)来呈现2标签控件。该选项卡呈现在Firefox,但在IE8投掷误差
I'm using ajax tabcontainer within updatepanel ( and i have placed toolscriptmanager in master pages) to render 2 tab controls. The tabs are rendering in Firefox but throwing error in IE8
错误:结果
0x800a01b6 - 微软JScript运行时错误:对象不支持此属性或方法
ERROR:
0x800a01b6 - Microsoft JScript runtime error: Object doesn't support this property or method
在它下面的ScriptResource.axd code线抛出上述错误文件
It throws above error at below line of code in ScriptResource.axd file
self._tabIndex = opt.owner.get_tabs()长;
self._tabIndex = opt.owner.get_tabs().length;
我使用VS 2013的框架4.5和AjaxControlToolkit.dll 4.5.7.1213
I'm using VS 2013 framework 4.5 and AjaxControlToolkit.dll 4.5.7.1213
请在得到这个固定的帮助。
Please help in getting this fixed.
感谢
推荐答案
我使用的可用AjaxControlToolkit DLL @的其中固定我的问题。
I used AjaxControlToolkit dll available @ http://www.kartris.com/uploads/General/AjaxControlToolkit_fixed_for_ASP.NET_4.0.zip which fixed my issue
这篇关于阿贾克斯TabContainer的IE8中未呈现标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!