Make the selectedValue in bound combobox accept a Null value

Posted by msfanboy on Stack Overflow See other posts from Stack Overflow or by msfanboy
Published on 2010-03-08T13:02:15Z Indexed on 2010/03/08 13:06 UTC
Read the original article Hit count: 347

Filed under:

Hello,

I have a combobox bound to a bindingsource. The user must be able to set a null value as selected value. How can I achieve that without making the combobox unbound?

© Stack Overflow or respective owner

Related posts about ASP.NET