Sir,
I have tried what you said it does not work..
At page load i load all the 4 dropdownlist and at gridview selectedindex changed event i must show the selected value in the dropdownlist...
I am using
GridviewRow row=Gv.selectedrow;
drptask.selecteditem.text=row.cell[1].text;
The dropdownlist now has duplicate values.