[Mono-bugs] [Bug 44894][Nor] Changed - Databinding is broken for HtmlSelect
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 16 Jun 2003 09:50:35 -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 dimsmol@rambler.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=44894
--- shadow/44894 Mon Jun 16 05:57:46 2003
+++ shadow/44894.tmp.9989 Mon Jun 16 09:50:35 2003
@@ -1,14 +1,14 @@
Bug#: 44894
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: dimsmol@rambler.ru
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -29,6 +29,17 @@
Both HtmlSelect and DropDownList contains data.
------- Additional Comments From dimsmol@rambler.ru 2003-06-16 05:57 -------
Created an attachment (id=4619)
example of non-working databind for HtmlSelect
+
+------- Additional Comments From dimsmol@rambler.ru 2003-06-16 09:50 -------
+Previous example was about IEnumerable binding.
+
+But with DataTable binding we have another error:
+System.ArgumentException: Invalid dataSource type
+
+And again, DropDownList works fine in the same page.
+
+Example for reproducing the error attached as "example of non-working
+DataTable binding for HtmlSelect"