double combobox
Posted: Thu Jan 11, 2007 8:51 am
Hi i need a double combobox which needs the data to be fetched from the database dynamically.
database details there are two fields in the database name and email address
name email
Vamsi vamsi@vamsi.com
Vamsi krishna@vamsi.com
Krishna xyz@xyz.com
Krishna xyz@xyz.com
i need to fill the first combobox only with the names Vamsi and Krishna
If i select the name as Vamsi i need to get the two email address corresponding to Vamsi.
I was successful in populating one combobox.I failed in selections. Any sort of code help is appreciated.
database details there are two fields in the database name and email address
name email
Vamsi vamsi@vamsi.com
Vamsi krishna@vamsi.com
Krishna xyz@xyz.com
Krishna xyz@xyz.com
i need to fill the first combobox only with the names Vamsi and Krishna
If i select the name as Vamsi i need to get the two email address corresponding to Vamsi.
I was successful in populating one combobox.I failed in selections. Any sort of code help is appreciated.