Well, it looks like IE8 in native mode doesn't like ASP.NET event wiring. I have few heavy pages developed in ASP.NET 2.0. By heavy I mean having lots of server controls and callback controls. The final actions are Apply and Cancel but user sets data of controls through Callback calls.
I have seen that when Apply button is clicked it called standard ASP.NET page event like Page_load, init, etc multiple times. And as a result, functionality is not working as expected. These pages are working perfectly OK when the application is launched in IE7 or IE8(IE7 emulated mode).
Its not possible to attach code because its huge and proprietary. I am wondering if any one of you come across similar issue for ASP.NET app launched from IE8.
Appreciate any pointers.
Thanks, Dhananjay