Newbie Q - DropDownList Binding
I have a DropDownList in a FormView - I can get the DropDown displaying all the relevant options from my SQL Server datasource, but how do I bind the selected to the datasource of the FormView, or indeed show what was previously selected?
i.e. to work like an Access combo box.
|