Exception Details: System.ArgumentOutOfRangeException: 'dropdownlist' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value
Fix: Make sure select list only contains all possible values from database. Make sure database can only accept valid values on the select list markup
No comments:
Post a Comment