how to combine combo box contents in vb.net
Posted
by user225269
on Stack Overflow
See other posts from Stack Overflow
or by user225269
Published on 2010-03-16T22:49:24Z
Indexed on
2010/03/16
22:51 UTC
Read the original article
Hit count: 323
vb.net
I have this, birthday selection which is in 3 combobox, 1 for month, 1 for day and 1 for year. But my database table has only this birthday attribute(no year, month or day). How can I combine the items that are selected in those 3 combo boxes so that they would be fitting in the birthday column?
© Stack Overflow or respective owner