problem in combo box databinding.

  • Thread starter Thread starter amar shukla
  • Start date Start date
A

amar shukla

hi all,

i have a problem,
i am coding a problem, which is suppose to fetch records from database
into a combobox and there after based on the selection of value it has
to proceed further , i have used sqldataadpter.fill(dataset)

as well
for the selectedvalue,

combobox1.databinding.add("selectedvalue",dataset11,"tablename.columnnam
e")

can please anybody help me
 

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