I have a listview having dropdownlist controls, which is getting populated from SQL tables.
After saving the values for dropdownlist, if again I am going to edit the listview the existing values in dropdownlist is getting cleared.
Issue: Save a row in listview> Go to edit mode > The already saved values for the dropdownlists are getting cleared.
So whenever I am editing any row ,I have to again select the dropdownlist values!
Please help me on this.
Thanks.