RE: Page_Load being fired twice
From: Steven Cheng[MSFT] (v-schang_at_online.microsoft.com)
Date: 05/28/04
- Next message: Joe Fallon: "Re: enums"
- Previous message: I.P. Freely: "Re: Use DreamWeaver AND VS.NET?"
- In reply to: Nimrod cohen: "Page_Load being fired twice"
- Next in thread: Mothish K: "Re: Page_Load being fired twice"
- Reply: Mothish K: "Re: Page_Load being fired twice"
- Reply: Nimrod Cohen: "RE: Page_Load being fired twice"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 May 2004 03:39:18 GMT
Hi Nimrod,
>From your description , you found one of your asp.net be loaded twice ( the
page_load event be entered twice). Also, the second loading of the page is
requested via "get" method , yes?
After your second message, I'm abit confused on your detailed situation.
But I recommend that you first isolate the web page which has the problem
and put it into a ASP.NET web application to test rather than in a
WebService Applicatoin. Also, as you mentioned that "you intial the process
from a html embeded in a email, then what about the result if we simply
request the asp.net page in browser directly?
So simply speaking, we can first create a simple test web project and put
the problem page in it test trough browser to see whether the problem can
be repro. If this still can repro it, I suggest that you provide some
detailed info on the page 's code( especially what does it render out , or
the client html source). I've ever met a similiar issue which is caused
that the page is referenced by it self in the output . For example, in the
page 's ourput, it contains a image element like
<img src="self url" >
Then when the browser processing this element, it'll use get method to
request the certain resource, please have a check on the above things. IF
you have anything unclear or any other new findings, please feel free to
post here. Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
- Next message: Joe Fallon: "Re: enums"
- Previous message: I.P. Freely: "Re: Use DreamWeaver AND VS.NET?"
- In reply to: Nimrod cohen: "Page_Load being fired twice"
- Next in thread: Mothish K: "Re: Page_Load being fired twice"
- Reply: Mothish K: "Re: Page_Load being fired twice"
- Reply: Nimrod Cohen: "RE: Page_Load being fired twice"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|