[Mono-bugs] [Bug 47697][Nor] Changed - ASP.NET: State is not restored from ViewState for dynamically created controls
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Aug 2003 12:46:01 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47697
--- shadow/47697 2003-08-18 06:59:35.000000000 -0400
+++ shadow/47697.tmp.31642 2003-08-18 12:46:01.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 47697
Product: Mono/Class Libraries
Version: unspecified
OS: Suse 8.2
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: eric@veltman.nu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -75,6 +75,11 @@
<asp:Button id="btn"
Text="Postback"
runat="server"/>
</form>
</body>
</html>
+
+------- Additional Comments From gonzalo@ximian.com 2003-08-18 12:46 -------
+This is fixed now in CVS.
+
+Thanks! It was a tricky one.