[Mono-bugs] [Bug 79510][Blo] New - Listboxs with SelectionMode="Multiple" fail to post selected items.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 27 14:50:05 EDT 2006


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 david_garcia at logitech.com.

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

--- shadow/79510	2006-09-27 14:50:05.000000000 -0400
+++ shadow/79510.tmp.25716	2006-09-27 14:50:05.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 79510
+Product: Mono: Tools
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: david_garcia at logitech.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Listboxs with SelectionMode="Multiple" fail to post selected items.
+
+Listboxs with SelectionMode="Multiple" fail to post selected items.
+
+ <asp:ListBox ID="ddlScript" runat="server" SelectionMode="Multiple" 
+Width="100%"></asp:ListBox></td>
+
+
+When posted to the server, the items found in ddlScript.Item never have 
+their ListItem.Selected property set to true. Consequently, it is 
+impossible to determine what items are selected in the list box.


More information about the mono-bugs mailing list