Dropdownlist value is not retained in listview

  • 6 June 2017
  • 1 reply
  • 3 views

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.


1 reply

Hi, Check the following two items

1- Check that the value selected in the drop down list is getting saved

2- Make sure the ID of the selected value is what's getting stored 

Reply