Question : Dropdown list in formview edit template error.

I have a formview Control with a list of values.  I get an error when I have more that one selection in the drowpdown list in the edit template.

ERROR:
'DropDownList1' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value

The value for the style is in the db.  It shows value in the item template, but when I try to edit it errors.

what am i doing wrong?


my Code:
Code Snippet:
1:
2:
3:
4:
5:
6:
7:

                            spinet
                            console
                            large upright
                            Grand
                        

Answer : Dropdown list in formview edit template error.

strange...can you make sure about case-sensitivity of those values?
Random Solutions  
 
programming4us programming4us