Hi,
Senario: I have one Table having main data and some reference tables; one to many relatinship.
I have a FormView which is extracting data from the main table. I added some DropDownList to the FormView. These DropDownList should data from the Refrence table and the selected value should go to main table. I bind the FormView to main table, manually inserted all the values in the dropdownlist and selectvalue bind to the column of main table.
Problem:-
On Bind, it insert the selected value into the DropDown. It should not insert it, it should just select it. But Bind is two-way, if i would do one way, it would not insert the value.
So, whats the solution ?