Click here to Skip to main content
16,020,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Me.UserTableAdapter.Fill(Me.InventorySystemDataSet.User, ComboBox.SelectedItem.ToString())<---- correct code if I want to display the items in the combo box...


but what if I use a dtpicker
Me.UserTableAdapter.Fill(Me.InventorySystemDataSet.User, DateComboBox.SelectedItem.ToString()) <--- used this code and it says it is error so what can I do to make this working....
Posted
Updated 1-Mar-10 4:55am
v2

1 solution

I believe it's traditional for people who want help with an error, to tell us what the error actually is.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900