Hi,
I'm using the latest version of the toolkit (version 7.0725), .net framework 4.0 in combination with the mozilla firefox (version 22.0).
In additon I use the AsyncFileUpload in combination with the ToolkitScriptManager.
Whenever my web page is loaded a pop up with the error message is shown. The error message is:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://localhost:57207/ScriptResource.axd?d=Uj7Z4lQIzte_RnIy15eGVAAIOiKFjXb4sJo0HlPrh2MwnZMA9sxKReZ3mjY5Yp9chUs2YuJ7zrjkN8s-R4GZ5Njy2bW75EWzlyd4OB-6LHI0zaLogznc4xp6llL9WdY4G2_zfKtxmCgp_cjaILw8QYt4Yv_RBLHRKHg1swu7tWs1&t=1c4fda5e:194
The same error message I get by the time I load the web page [ASP.net AJAX Samples AsyncFileUpload Demonstration](http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AsyncFileUpload/AsyncFileUpload.aspx) with the mozilla firefox version 22.0.
Does anybody know how to fix it, so that I never get this error message?
Thanks in advance
Tim
Comments: Hello, You have to apply CssClass on ajaxToolkit:AsyncFileUpload like "clsAsyncUpload" in your aspx page. and put the following code at top of your aspx page <style> .clsAsyncUpload input { width: 100% !important; } </style> It works. Greetngs.
I'm using the latest version of the toolkit (version 7.0725), .net framework 4.0 in combination with the mozilla firefox (version 22.0).
In additon I use the AsyncFileUpload in combination with the ToolkitScriptManager.
Whenever my web page is loaded a pop up with the error message is shown. The error message is:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://localhost:57207/ScriptResource.axd?d=Uj7Z4lQIzte_RnIy15eGVAAIOiKFjXb4sJo0HlPrh2MwnZMA9sxKReZ3mjY5Yp9chUs2YuJ7zrjkN8s-R4GZ5Njy2bW75EWzlyd4OB-6LHI0zaLogznc4xp6llL9WdY4G2_zfKtxmCgp_cjaILw8QYt4Yv_RBLHRKHg1swu7tWs1&t=1c4fda5e:194
The same error message I get by the time I load the web page [ASP.net AJAX Samples AsyncFileUpload Demonstration](http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AsyncFileUpload/AsyncFileUpload.aspx) with the mozilla firefox version 22.0.
Does anybody know how to fix it, so that I never get this error message?
Thanks in advance
Tim
Comments: Hello, You have to apply CssClass on ajaxToolkit:AsyncFileUpload like "clsAsyncUpload" in your aspx page. and put the following code at top of your aspx page <style> .clsAsyncUpload input { width: 100% !important; } </style> It works. Greetngs.