[Mono-bugs] [Bug 76706][Nor] New - RadioButtonList SelectedValue property returns empty string

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 15 05:24:31 EST 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 jblais at perinfo.biz.

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

--- shadow/76706	2005-11-15 05:24:31.000000000 -0500
+++ shadow/76706.tmp.3876	2005-11-15 05:24:31.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 76706
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: jblais at perinfo.biz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: RadioButtonList SelectedValue property returns empty string
+
+The SelectedValue property of RadioButtonList control always returns an
+empty string
+
+
+Steps to reproduce the problem:
+1. Create a aspx page with :
+<asp:RadioButtonList runat="server" ID="TypeRecherche" CssClass="liste_radio">
+      <asp:ListItem Text="Toutes" Value="1" Selected="True" />
+      <asp:ListItem Text="Reservations en option" Value="2" />
+      <asp:ListItem Text="Reservations en request" Value="3" />
+      <asp:ListItem Text="Reservations annulees" Value="4" />
+</asp:RadioButtonList> 
+2. Try to access the selectedValue Property 
+
+Actual Results:
+ empty string
+
+Expected Results:
+ value of the selected item
+
+How often does this happen? 
+ always
+
+Additional Information:


More information about the mono-bugs mailing list