无法在IE中呈现页面 [英] Not able to render page in IE

查看:150
本文介绍了无法在IE中呈现页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的网页上有几个文本框,telerik:RadDateTimePicker,telerik radgrid和asp按钮(搜索和重置)。



点击搜索按钮,将调用一个API,该API从UI上的文本框获取输入,并在类对象中给出响应。我将该类对象数据转换为数据表并将其绑定到telerik radgrid。



这在本地环境和其中一个实时服务器上工作正常。但是在IE中的新服务器上,页面无法在按钮单击时呈现数据,并且加载程序继续前进。服务器端没有异常。当我在aspx上放置EndRequestHandler函数时,我在javascript上收到以下错误



I have a web page that has few text boxes, telerik:RadDateTimePicker, telerik radgrid and asp buttons(Search and Reset).

On click of Search button, an API will be called which takes input from the textbox on the UI and gives response in a class object. I convert that class object data to a datatable and bind that to the telerik radgrid.

This works fine in local environoment and on one of the live server. But on the new server in IE, page is not able to render data on button click and loader keeps moving on. There is no exception coming on server side. When I placed the "EndRequestHandler" function on aspx, I received the following error on javascript

"Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12019"





aspx上的代码



Code on aspx

           function EndRequestHandler(sender, args) {
               if (args.get_error() != undefined) {
                   args.set_errorHandled(true);
               }
           }







我尝试了不同的页面没有更新面板,在这种情况下,按一下按钮后,IE说




I tried a different page without update panel, in this case after sometime of button click IE says

"PAGE CANNOT BE DISPLAYED"





Google Chrome正常运行



我尝试了谷歌的每一个可能的解决方案但没有任何效果。任何人都可以帮忙??



It is running fine on Google Chrome

I tried every possible solution of google but nothing worked. Can anyone help??

推荐答案

这篇关于无法在IE中呈现页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆