[Mono-bugs] [Bug 75076][Nor] New - Setting the datasource of a dropdownlist not filling dropdownlist with items

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 27 21:40:26 EDT 2005


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 cmorgan at alum.wpi.edu.

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

--- shadow/75076	2005-05-27 21:40:26.000000000 -0400
+++ shadow/75076.tmp.31365	2005-05-27 21:40:26.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 75076
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Debian unstable 2.6.10 kernel
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: cmorgan at alum.wpi.edu               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Setting the datasource of a dropdownlist not filling dropdownlist with items
+
+Description of Problem:
+Trying to set an inline datasource like:
+
+Something goes here
+<asp:DropDownList id="unitsDropDownList2" runat="server"
+      DataSource='<%# CreateDataTableA() %>'
+      DataTextField="subject"
+      DataValueField="subject"
+/>
+
+Steps to reproduce the problem:
+1. Create a dropdownlist
+2. Assign it a datasource in the aspx file
+
+Actual Results:
+Dropdownlist is empty at runtime even though the function appears to be called
+
+Expected Results:
+Dropdownlist should contain the contents of the datasource
+
+How often does this happen? 
+Every time
+
+Additional Information:
+index.aspx and index.aspx.cs attached


More information about the mono-bugs mailing list