hi,
I have the following code in a formview :
I have the error (Message : Selection out of range Nom du paramètre : value)
if I have the value -1 in my database
I don't understand, it must bind on the items I add on the declaration of
radcombobox.
What is the problem ??
Eric
I have the following code in a formview :
| <telerik:RadComboBox ID="RcbFichierStat" runat="server" CssClass="txt" DataSourceID="OdsFichierStat" |
| AppendDataBoundItems="true" DataTextField="Nom" DataValueField="IdFichier" selectedvalue='<%#Bind("IdFichier") %>' Skin="Telerik" |
| RadComboBoxImagePosition="Right"> |
| <CollapseAnimation Duration="200" Type="OutQuint" /> |
| <ExpandAnimation Type="OutQuart" /> |
| <Items> |
| <telerik:RadComboBoxItem Text="Tous" Value="-1" /> |
| </Items> |
| </telerik:RadComboBox> |
I have the error (Message : Selection out of range Nom du paramètre : value)
if I have the value -1 in my database
I don't understand, it must bind on the items I add on the declaration of
radcombobox.
What is the problem ??
Eric