Why Does Page.IsPostBack Fire More Than Once When Using Firefox?

J

Joey

This is causing us a lot of pain right now. Does anyone know why this
happens and, more importantly, how to fix it?

TIA

JP
 
D

darrel

This is causing us a lot of pain right now. Does anyone know why this
happens and, more importantly, how to fix it?

Can you clarify? Page.ispostback is just a state you can check in your code
behind. It's not something that really executes per se.

-Darrel
 
J

Joey

Can you clarify? Page.ispostback is just a state you can check in your code
behind. It's not something that really executes per se.

-Darrel

Okay, in my Page_Load event handler, I have a code block set up within
a if(!this.Page.IsPostBack) {}. If I set a breakpoint inside it, the
code executes just once as expected when using IE. However, it
executes at least twice each time when using Firefox. Does that help?
 

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,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top