[Mono-bugs] [Bug 69914][Nor] New - Repeater + Custom server control: object variables lost/set to null
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Nov 2004 09:06:50 -0500 (EST)
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 sebastian@nowozin.de.
http://bugzilla.ximian.com/show_bug.cgi?id=69914
--- shadow/69914 2004-11-25 09:06:50.000000000 -0500
+++ shadow/69914.tmp.28494 2004-11-25 09:06:50.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 69914
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sebastian@nowozin.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Repeater + Custom server control: object variables lost/set to null
+
+Description of Problem:
+
+When using a Repeater with a custom server control as inner item, whose
+properties are loaded from the Repeater, internal variables of the custom
+control will be lost on the next Page_Load (set to null), while WebControls
+of the custom control are preserved.
+
+
+Steps to reproduce the problem:
+1. Copy the attached .ascx and .aspx files into your ASP.NET enabled webroot.
+2. Look at the .aspx file.
+3. Push any button.
+
+Actual Results:
+
+The "text" variable is null.
+
+Expected Results:
+
+The "text" variable should have its old value.
+
+How often does this happen?
+
+Everytime.
+
+Additional Information:
+
+Mono 1.0.2 Debian/sid here.