[Mono-bugs] [Bug 44894][Nor] Changed - Databinding is broken for HtmlSelect
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 20 Jun 2003 08:59:05 -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=44894
--- shadow/44894 Thu Jun 19 19:40:13 2003
+++ shadow/44894.tmp.15266 Fri Jun 20 08:59:05 2003
@@ -1,13 +1,13 @@
Bug#: 44894
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: dimsmol@rambler.ru
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,13 @@
DataTable binding for HtmlSelect"
------- Additional Comments From dimsmol@rambler.ru 2003-06-16 09:51 -------
Created an attachment (id=4620)
example of non-working DataTable binding for HtmlSelect
+
+------- Additional Comments From gonzalo@ximian.com 2003-06-20 08:59 -------
+Fixed in CVS.
+
+Notice that the second sample fails at parse time under MS because
+they don't seem to take a "<!--" comment seriously. You'll need "<%--"
+style comments if you want to comment out controls.