Avoiding ASP.NET dropdownlist has a selectedvalue which is invalid exceptions
Saturday, May 29th, 2010
It is often to difficult to capture the following ASP.NET dropdownlist error when the dropdownlist is bound to an sqldatasource: Dropdownlistname has a SelectedValue which is invalid because it does not exist in the list of items This exception is frequently caused by poor validation controls during data entry and/or poor database design. For example, the previous [...]
Continue reading about Avoiding ASP.NET dropdownlist has a selectedvalue which is invalid exceptions »
