Hi,
I've been thrown into an ASP.NET project and I've got a page which contains a control that is fetched via AJAX.
The Page_Load function of the control does a little bit of logic necessary to get the correct values from the Query string.
The problem is that the Page_Load function isn't called in IE.
If I put a breakpoint in, I can load the page in FF and watch it stop, but in IE: no deal.
I'm pretty (read: COMPLETELY) new to ASP.NET, but I'm a pretty experienced PHP developer. So I'm thinking it's probably some funk with the way that IE does the AJAX callback to get the control.
Has anyone got any ideas?
Cheers