ASP.NET 2.0 and Firefox issue

A

Amelyan

You have a UserControl and you define image inside that UserControl without
specifying ImageURL

<asp:Image ID="imgTest" runat="server" />

Then you drop that UserControl on your page. Then run that page inside
Firefox browser. Your PageLoad method is going to be executed twice on
intial page request and on every consecutive post back your PageLoad is
going to be executed twice (you can put breakpoint inside the method to see
this behavior).

Moreover, when PageLoad is executed twice, the second PageLoad is always
IsPostBack=false, even if it is post back.

It *only* happens in *Firefox* browser. Doesn't happen in IE, OPERA, etc...

Any thoughts?

-Boris

PS> I don't do Response.Redirect("selfPage");
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top