I have an ASP page which shows some parameters for the user, he picks them and then presses a button (no postback is done) to open a window with the mentioned parameters passed in the URL.
then in that page a report from SQL Report Serives is called up in an IFRAME. Now, when i return to the parent page and click on any links (postback is done here) there is 0 effect, i get the exact same page back.
- This does NOT occur when opening both the report and the page from loclahost.
- Only hapens in IE, no anomalies in Firefox
- When the parameter picking page is opened from the server name ( and the report server is called from IP ( this does NOT occur.
I'm strongly convinced this has something do to with a session cookie that is created by the report. (that's the only difference in the trace output)
After the page "freezes" the postback goes through to the server fine (all my code is executed, no errors).
I heard there was an article in the Knowledge Base but i haven't been able to find anything. Any ideas?
then in that page a report from SQL Report Serives is called up in an IFRAME. Now, when i return to the parent page and click on any links (postback is done here) there is 0 effect, i get the exact same page back.
- This does NOT occur when opening both the report and the page from loclahost.
- Only hapens in IE, no anomalies in Firefox
- When the parameter picking page is opened from the server name ( and the report server is called from IP ( this does NOT occur.
I'm strongly convinced this has something do to with a session cookie that is created by the report. (that's the only difference in the trace output)
After the page "freezes" the postback goes through to the server fine (all my code is executed, no errors).
I heard there was an article in the Knowledge Base but i haven't been able to find anything. Any ideas?