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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
