|
|
|
start date: Fri, 03 Aug 2007 13:09:03 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Joey
|
|
2
darrel
|
|
3
Joey
|
Why Does Page.IsPostBack Fire More Than Once When Using Firefox?
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
Date:Fri, 03 Aug 2007 13:09:03 -0700
Author:
|
Re: Why Does Page.IsPostBack Fire More Than Once When Using Firefox?
> 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
Date:Fri, 3 Aug 2007 15:52:10 -0500
Author:
|
Re: Why Does Page.IsPostBack Fire More Than Once When Using Firefox?
On Aug 3, 3:52 pm, "darrel" wrote:
> > 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
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?
Date:Mon, 06 Aug 2007 06:23:39 -0700
Author:
|
|
|