I have dropdownList that bind from data base in a repeater. I want when I click on Edit button in repeater then drop drown show select value like
label hold value 100 same as value in dropdownlist and then display other values .
how can I do please help.
thanks
Riddhi ValechaPosted Feb 28, 2016, 1:56 AM
ali tuncerPosted Feb 28, 2016, 8:51 PM
Why do you bind dropdown in ItemCommand ? It is better to do it in ItemDataBound event...
sarfaraz aliPosted Feb 28, 2016, 12:28 AM
Riddhi ValechaPosted Feb 27, 2016, 2:22 PM