PDA

View Full Version : 2 ComboBox's and a Button Component


bigimaginations
03-07-2007, 09:42 PM
Hi, I want to use two ComboBox components and one button component together. I would like the combobox's to have different options loaded into them for the user to choose from and the buy button be able to take that information and pass it along.

My final goal is to get it to pass the information to PayPal, which I already have code for. Right now, I just want to know how to get the components to all work together. Can anyone help me out with some example code or point me in the direction of a good article on this. Thanks

bigimaginations
03-07-2007, 09:46 PM
Hi, I want to use two ComboBox components and one button component together. I would like the combobox's to have different options loaded into them for the user to choose from and the button be able to grab those values and pass them along.

My final goal is to get it to pass the information to PayPal, which I already have code for. Right now, I just want to know how to get the components to all work together. Can anyone help me out with some example code or point me in the direction of a good article on this.

Real World Example: I pick Green from one ComboBox and XL from the other, then hit the buy button component. That information is then passed to PayPal, so the user knows he is buying a green - XL shirt. Thanks