Getting Data and setting/retrieving values to controls

  • Thread starter Thread starter Eagle
  • Start date Start date
E

Eagle

I'm sure this is simple, thanks for helping this newbie. I've worked with
the datagrid and it's very simple to get the dataset, and bind it to the
grid.

Now I have my dataset, and I want to use textboxes instead. How do I do
that?
So I want txtBox1.text = value of the first field in a dataset record.
Then if the user changes that value, need to save that data back to the
dataset then save it back to the database.

Interestingly, everything I see is how to bind to a list or grid, so I
thought this would be simple.

Thanks for your help!
 

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