[Mono-bugs] [Bug 49272][Nor] New - DropDownList doesn't get filled

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Oct 2003 01:54:39 -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 cmello@gmx.net.

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

--- shadow/49272	2003-10-03 01:54:39.000000000 -0400
+++ shadow/49272.tmp.22615	2003-10-03 01:54:39.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 49272
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Mandrake 9.1
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cmello@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DropDownList doesn't get filled
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: After binding a DropDownList to a DataSet, the
+items aren't being loaded. In Windows, the items are inserted correctly.
+
+
+Steps to reproduce the problem:
+1. Fill a DataSet.
+2. Call DropDownList.DataBind()
+
+Actual Results: the items aren't loaded.
+
+
+Expected Results: the items should be loaded with the DataSet rows.
+
+
+How often does this happen? 
+Always.
+
+Additional Information:
+I'll attach a sample page.