Hi,
in my application
i populated a datareader from database
and dropdown contains 4 values
my datareader has the value of second
suppose dropdown contains 3 values such as active,not active ,maintanence
i tried this
dropdown.selectedvalue=dr.getstring(6);
showing errors
i want to display this value in dropdownlist
how it is possible.
Regards
Baiju