[Mono-dev] Problem with RadioButtonList

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Nov 14 16:34:45 EST 2005


On Mon, 2005-11-14 at 10:17 +0100, Johann BLAIS wrote:
> 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 ?

Please fill a bug report with this info. I'll be fixing it, and other
little bugs that have been reported, soon.

-Gonzalo





More information about the Mono-devel-list mailing list