[Mono-bugs] [Bug 69914][Nor] Changed - Repeater + Custom server control: object variables lost/set to null
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 20:11:08 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69914
--- shadow/69914 2004-11-28 13:29:32.000000000 -0500
+++ shadow/69914.tmp.25277 2004-11-30 20:11:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 69914
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: sebastian@nowozin.de
QAContact: mono-bugs@ximian.com
@@ -51,6 +51,18 @@
------- Additional Comments From sebastian@nowozin.de 2004-11-25 09:08 -------
Created an attachment (id=13320)
The Repeater that embeds the custom control.
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-30 20:11 -------
+Mmm, may be this has been fixed in the meantime.
+
+Under MS runtime I get:
+text is null, BUG
+lblText.Text is not null, OK
+
+which is exactly the same thing that I get with mono.
+
+You should keep 'text' in the ViewState for that custom control if you
+want it to be preserved across postbacks.