Data Table Help

  • Thread starter Thread starter James
  • Start date Start date
J

James

I have a data table with two columns ID and Name

I need to find the ID value where the name = cboName.SelectedItem

how do I do that?

Thanks!
 
James said:
I have a data table with two columns ID and Name

I need to find the ID value where the name = cboName.SelectedItem

how do I do that?

Thanks!
If you have this data in cboName then the ID value should be in
cboName.SelectedValue
 

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

Back
Top