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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Mar 2004 14:40:09 -0500 (EST)


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=49272

--- shadow/49272	2004-03-16 14:40:09.000000000 -0500
+++ shadow/49272.tmp.22313	2004-03-16 14:40:09.000000000 -0500
@@ -0,0 +1,82 @@
+Bug#: 49272
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Mandrake 9.1
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: Sys.Data
+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.
+
+------- Additional Comments From cmello@gmx.net  2003-10-03 01:56 -------
+Created an attachment (id=5490)
+sample page
+
+
+------- Additional Comments From cmello@gmx.net  2003-10-03 01:57 -------
+Created an attachment (id=5491)
+sample
+
+
+------- Additional Comments From cmello@gmx.net  2003-10-03 01:58 -------
+Created an attachment (id=5492)
+resx
+
+
+------- Additional Comments From cmello@gmx.net  2003-10-03 01:59 -------
+Created an attachment (id=5493)
+database access class (ugly hehe)
+
+
+------- Additional Comments From cmello@gmx.net  2003-10-05 21:30 -------
+This problem is caused by a NotImplementedException thrown at
+System.Data.DataTable, method LoadDataRow. 
+
+------- Additional Comments From cmello@gmx.net  2003-10-05 21:32 -------
+Some more notes:
+
+- The code was generated in Visual Studio 2003;
+- The database used is SQL Server.
+
+------- Additional Comments From cmello@gmx.net  2003-10-05 21:33 -------
+Created an attachment (id=5501)
+dsBranch. cs (generated dataset)
+
+
+------- Additional Comments From cmello@gmx.net  2003-10-05 21:34 -------
+Created an attachment (id=5502)
+dsBranch.xsd (generated dataset)
+
+
+------- Additional Comments From gonzalo@ximian.com  2003-10-11 01:35 -------
+This is from system.data