A
aualias
I have a combobox that displays dates. They display in a long form, but I
would like mm/dd/yyyy. If this were a TextBox, then I would use the
Format() method of the Binding.
The ComboBox is getting bound like this...
cbDate.DataSource = theTable
cbDate.DisplayMember = "theDate"
cbDate.ValueMember = "theDate"
How do I control what gets displayed in the ComboBox?
Thanks.
David
would like mm/dd/yyyy. If this were a TextBox, then I would use the
Format() method of the Binding.
The ComboBox is getting bound like this...
cbDate.DataSource = theTable
cbDate.DisplayMember = "theDate"
cbDate.ValueMember = "theDate"
How do I control what gets displayed in the ComboBox?
Thanks.
David