Simple Dataset to Textbox Example...

  • Thread starter Thread starter protista
  • Start date Start date
P

protista

I need a simple dataset to textbox example that will show me how to
"bind" (not that i know what that means) a textbox to data in my sql
server.

So.. basically i open the form with the ID of the person, the form
fills with the person's info. Then i click "update" to update their
info.

Nothing complicated, but i can't find one simple example like this
anywhere. Please post a few sites if you know where to start.
 
I think what you really should be looking for is "BindingContext" more than
anything else. Search MSDN with that word. :)
 
Back
Top