i created a database in sql server.the database consists of tables.
the table has product field.
when i debug the vb.net program,i want the window form automatically load the combox box(the combox bpx consists of items that populated from that databases)
example the product field got 5 records:
shoes
clothes
food
bag
watches
then when i run the vb.net program,i want the user can select the 5 items from that comboBox.
i now only just begin learning the vb.net and sel server,so i dun't quite sure how to do it.
So,if anyone know,may u show the code to me?
Thanks you very much.
the table has product field.
when i debug the vb.net program,i want the window form automatically load the combox box(the combox bpx consists of items that populated from that databases)
example the product field got 5 records:
shoes
clothes
food
bag
watches
then when i run the vb.net program,i want the user can select the 5 items from that comboBox.
i now only just begin learning the vb.net and sel server,so i dun't quite sure how to do it.
So,if anyone know,may u show the code to me?
Thanks you very much.