how to bind a winforms to a field ?

Posted by MemoryLeak on Stack Overflow See other posts from Stack Overflow or by MemoryLeak
Published on 2010-03-13T11:38:14Z Indexed on 2010/03/13 11:45 UTC
Read the original article Hit count: 390

Filed under:
|
|

I use winforms to develop application, I want to know how can I use data binding to bind two radio button to a database field ?

And if bind to a database field is too complicated, then can I save the value manually while leave other field bind to textbox and automatically update the value?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#