Setting selected value on a dropdownlist from codebehind in a repeater in a formview

后端 未结 2 617

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

2条回答
  •  甜味超标
    2021-01-25 19:35

    you can bind the SelectedValue property of Dropdown in your markup page i.e

    
     
    

    Hope, this will fix your problem.

提交回复
热议问题