开发者

ASP page size limitation

I am working on a ASP page having search option. After getting search result, wherever i click on any link which calls javascript function, I am getting an error as 'object expected'. (All search result is displayed on single page only and this happens only on large result). When i enabled javascript debugging, it allows me to debug this error scenario in Visual studio. Here What i found is, the ASP page gets loaded is incomplete(clipped inbetween). So开发者_如何学运维 the javascript function which gets called is not in this perticular frame as it is written after body tag.

So my question is, Is there any page size limitation for processing ASP or HTML. (I am using IE browser). Please let me know any more infor needed.

Thanks.


Not sure page size has anything to do with your problem. However if you are using a grid control set EnableViewState="false" this will reduce your page size considerably and speed up any postbacks you may be doing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜