[Mono-dev] Problem with RadioButtonList

Johann BLAIS jblais at perinfo.biz
Mon Nov 14 04:17:30 EST 2005


Hi all,

I've tried upgrading to 1.1.10. Nice work you've done !
I have a problem, my web application crashes when trying to use 
selectedValue property of a radiobuttonlist. It returns an empty string.
For example :
<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>
The SelectedValue property is always an empty string.
Any idea ?

Regards,
Johann Blais



More information about the Mono-devel-list mailing list