I was thrown into an ASP.NET project, and I have a page containing a control that is retrieved through AJAX.
The control's Page_Load function does some of the logic needed to get the correct values from the Query string.
The problem is that the Page_Load function is not called in IE.
If I set a breakpoint, I can load the page in FF and see its stop, but in IE: there is no deal.
I'm pretty (read: TOTALLY) new to ASP.NET, but I'm a pretty experienced PHP developer. So I think this is probably some kind of funk with how IE performs an AJAX callback to gain control.
Does anyone have any idea?
Greetings
tobyc source
share