to pass selectedvalue of multiple column combo box

Joined
Mar 21, 2012
Messages
1
Reaction score
0
Hi,

I have displayed combo box with 2 details -ID and Name.
where i have used

for dr in ds.tables(T1).rows
combobox1.add(dr(0).tostring+ "-" + dr(1).tostring)

the combo box displays with ID and Name.

when user clicks the specific value from combobox,oly the ID must be passed to another combo box,which inturn has another procedure to run

how can i pass ID value alone to any other button/combobox

thanks for the help in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top