IFrame Page_Load multiple time

C

Chukka

I have iframe inside Firstpage.aspx page like this...

<IFRAME id="IFrame_One" style="WIDTH: 1029px; HEIGHT: 425px"
name="IFrame_Documents" marginWidth="0" marginHeight="0"
src="http://int.comp.com/secure/dir/toLoadpage.aspx" frameBorder="0"
scrolling="yes"></IFRAME>

When I open Firstpage.aspx, the page inside the iframe
(toLoadpage.aspx) loads twice (confirmed from logs, it's not just
graphical refresh). The frame literally loads the toLoadpage.aspx then
goes blank and loads again. This is happening with any aspx page, it
happens even if I link to any random site on the web. I can't afford to
have this page loading twice because that page is resource intensive
(needs lots of data from backends).

I have smartNavigation and AutoEventWireup as false in Firstpage.aspx
and I don't do anything with the iframe control in the codebehind. I
have tried making the iframe as runatserver and setting the "src" of
the iframe through code but the iframe still loads twice.

The weird part is this ONLY happens in IE but not in firefox.

Can somebody help me please, I tried googling without success.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top