Binding to multiple text boxes

  • Thread starter Thread starter excelleinc.com
  • Start date Start date
E

excelleinc.com

Hello,

I'm building a windows form that is including SSN #. SSN's are stored as
INTEGER in MSDE db and would like to keep it that way. However, I want on my
form to be split in 3 text boxes with "-" labels between them.

Now, how can I bind ds.item to these 3 boxes and then when I call da.update
to automatically update them.

I would like to avoid writing custom da.Update command with all parameters
specified separately as I have more then 50 columns in database (don't ask
me why :) )


Thanks,


Vlado


http://www.excelleinc.com
 

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