[Mono-bugs] [Bug 44894][Nor] New - Databinding is broken for HtmlSelect

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 16 Jun 2003 05:56: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 dimsmol@rambler.ru.

http://bugzilla.ximian.com/show_bug.cgi?id=44894

--- shadow/44894	Mon Jun 16 05:56:01 2003
+++ shadow/44894.tmp.23250	Mon Jun 16 05:56:01 2003
@@ -0,0 +1,29 @@
+Bug#: 44894
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dimsmol@rambler.ru               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Databinding is broken for HtmlSelect
+
+Description of Problem:
+Databinding is broken for HtmlSelect but works fine for DropDownList.
+
+Steps to reproduce the problem:
+View an example attached.
+
+Actual Results:
+HtmlSelect is empty, DropDownList contains data.
+
+Expected Results:
+Both HtmlSelect and DropDownList contains data.