Firefox Ajax Content-Length issue

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
danp963
Posts: 1
Joined: July 31st, 2014, 3:24 am

Firefox Ajax Content-Length issue

Post by danp963 »

Hi,

My application is working fine in IE and Chrome but has problems in Firefox. I have a bunch of usercontrols all contained within a RadAjaxPanel for Ajax support. What happens is when you select a control that will perform a partial postback, the first control will work fine, when you then select another control, Firefox hangs. It seems to happen when the content length in the request header is over 81000 bytes. If I remove part of the page so that the content length is under 81000 it works fine. If I take out Ajax support it works fine, the problem is only when everything is contained in the Ajax Panel and the content length exeeds 81000 bytes. Anyone any ideas?

Thanks
Dan
Post Reply