I have placed a dropdown list in the edititemtemplat e of a formview control and followed specific MSDN instructions on how to bind the list source to a separate SQL lookup data source but have the formview bound to the main data source. If I set the selecteditem value to bind to the formview control I always get the following error:
'DropDownList2' has a SelectedValue which is invalid because it does not exist in the list of items.
...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
why does the ASP dropdownlist not work when binding?
-
Populated results from combobox to textbox ?
I'll start this hopefully simple and add code where needed or requested.
Im using a combobox that bound to a DataSet. The Dataset retreives it's values from SQL.
I can retreive the values fine. However only displaying (1) Column. Which is fine.
Here's where it gets complicated for me. The dataset has 2 other columns that get filled. I need the resulting columns to be sent to text boxes when I select a value...