So here\'s the situation. I have a dropdownlist in a repeater that is inside a formview.
And the really special part is that the repeater is being used to add multiple r
you can bind the SelectedValue property of Dropdown in your markup page i.e
Hope, this will fix your problem.