Ajax 选项卡控件
当我们在网页上使用ajax选项卡控件时,存在一个问题,当在firefox 7.0版本中访问该页面时,ajax选项卡不显示。有人能解决这个问题吗?
是的,我在火狐错误控制台中遇到错误。错误是
错误:未捕获的异常:[异常...“索引或大小为负数或大于允许的数量”代码:“1”nsresult:“0x80530001(NS_ERROR_DOM_INDEX_SIZE_ERR)”位置: “http://localhost:1573/myPage.aspx?_TSM_HiddenField_=ctl00_ContentPlaceHolder1_ScriptManager1_HiddenField&_TSM_Combine dScripts_=%3b%3bAjaxControlToolkit%2c+版本%3d3.0.30930.28736%2c+文化%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e% 3aen-US%3ab0eefc76-0092-471b-ab62-f3ddc8240d71%3ae2e86ef9%3a1df13a87%3aee0a475d%3ac4c00916%3a6e0e9b78%3a9ea3f0e2%3ac7c0461 1%3acd120801%3a3858419b%3a96741c43%3a38ec41c0%3afde3863c%3a9e8e87e9%3a4c9865be%3aba594826%3a757f92c2%3abae32fb7%3a182913ba线:16"]
There is a issue when we use ajax tab control on a web page and when that page is accessed in fire fox 7.0 version then ajax tabs does not show. can anyone solve this?
Yes i got error in fire fox error console. The error is
Error: uncaught exception: [Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "http://localhost:1573/myPage.aspx?_TSM_HiddenField_=ctl00_ContentPlaceHolder1_ScriptManager1_HiddenField&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d3.0.30930.28736%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3ab0eefc76-0092-471b-ab62-f3ddc8240d71%3ae2e86ef9%3a1df13a87%3aee0a475d%3ac4c00916%3a6e0e9b78%3a9ea3f0e2%3ac7c04611%3acd120801%3a3858419b%3a96741c43%3a38ec41c0%3afde3863c%3a9e8e87e9%3a4c9865be%3aba594826%3a757f92c2%3abae32fb7%3a182913ba Line: 16"]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 AsyncFileUpload 控件上遇到了完全相同的错误。经过一些研究后,我将问题范围缩小到实际的 AjaxControlToolkit 本身。
我运行的是旧版本,因此我于 2011 年 11 月 16 日升级到最新版本,问题得到解决。
因此,请直接下载或通过 Visual Studio 中的 NuGet 包管理器尝试最新版本。
另外,这里似乎有一个重复的问题:Problems with Ajax Tabs control
I was getting the exact same error but on the AsyncFileUpload control. After doing some research, I narrowed the problem down to the actual AjaxControlToolkit itself.
I was running an older version, so I upgraded to the latest version as of November 16th, 2011 and the problem was resolved.
So try the latest version either by direct download or via the NuGet Package Manager in Visual Studio.
Also, it looks like there is a duplicate question here: Problems with Ajax Tabs control