[Mono-bugs] [Bug 61569][Maj] New - System.Web.UI.Page Load event fires twice
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 16:47:02 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ashr@gambler-x.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61569
--- shadow/61569 2004-07-14 16:47:02.000000000 -0400
+++ shadow/61569.tmp.14449 2004-07-14 16:47:02.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 61569
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: Gentoo
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: ashr@gambler-X.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Web.UI.Page Load event fires twice
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+System.Web.UI.Page's Load event fires twice on page load.
+
+Steps to reproduce the problem:
+1. Put Response.Write("Page_Load") in the page_load event of codebehind1.cs
+(part of the xsp test site)
+2. recompile
+3. webserver
+4. view page
+
+Actual Results:
+Page_LoadPage_Load
+
+Expected Results:
+Page_Load
+
+How often does this happen?
+every time
+
+Additional Information: