ie8 breaks with asp.net ajax

Posted by Amadeo Torese on Stack Overflow See other posts from Stack Overflow or by Amadeo Torese
Published on 2010-03-08T08:46:16Z Indexed on 2010/03/08 8:51 UTC
Read the original article Hit count: 662

Filed under:
|
|
|

Hello,

When using asp.net ajax (scriptmanager, timer, updatepanel) with ie8, after certain time (~3h) IE breaks with null object, constructor, or paramArray (depending on the asp.net code).

Even with the simplest timer (no ajax, no updatepanel) ie8 still breaks.

On every other browser it works fine, and if I code the ajax myself it works.

Since google and msdn forums turned up nothing I'm wondering if anybody here has had similar problems with ie8 browser.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET