i have loaded input country dropdown at the time of data insertion.
Select..
Afghanistan
Aland Islands
Albania
Algeria
now i m showing that data in gridview and want to edit that data too.
for that i need to populate that whole list of country again.
how to do that?
Fill your
DropDownListcontrol in the DridView.RowDataBound event.