C
CN
I'm used to assigning values to a listbox in a web app,
but am not sure how to do it in a Win app.
Goal: I have a db with two columns - Product Name and
Product ID. I want to dynamically populate items in a
listbox that display the Product Name, but submit the
Product ID when an item is selected.
How do you do this in a Windows Application??
but am not sure how to do it in a Win app.
Goal: I have a db with two columns - Product Name and
Product ID. I want to dynamically populate items in a
listbox that display the Product Name, but submit the
Product ID when an item is selected.
How do you do this in a Windows Application??