Bear with me on this one!
Right.
Clicking on a link button on a page causes Postback to a page containing a number of controls.
For arguments sake say
- page a.aspx containing a link button
containing user controls
- control b.ascx
- control c.ascx
When clicked
- page d.aspx is requested.
During the Postback to (page a) on the server, (page d) is requested when using the IE browser (doesn't happen in Firefox) there are absolutely NO artefacts requested that live on (page d), there are no response redirects or server transfers or anything referencing (page d).
The only thing I have seen like this is when an image or artefact is requested and cant be found, or some pathing issues for an image, and this somehow screws the request up.
Help.