Hello All,
Could you tell me how do I add a blank row(as first item) in a data binded combo box?
Thanks,
Silat
web or winforms?
Nice! you also reply on the general forom ;-)
In fact, I need to do that BOTH in winform and web.
Cheers,
Silat.
web: simply add an <option .. > tag inside the combobox tags with the empty value. In winforms it's very tricky. You then have to add a dummy object to the list of objects to bind.