Reputation: 9244
I have a table from Sqlite:
KHACHHANG(id,name,email,phone,address)
.
I want to create a windows form which show a combobox of KHACHHANG.name , when I choose a name in that list . Another textboxes ( Email,Phone,Address ) will auto fill in :) Thanks so much .
Upvotes: 0
Views: 799
Reputation: 42018
See if this page can get you started. There is an example at the bottom.
Upvotes: 1