I'm with you Rob, it doesn't make sense to me either. Why can't you one-way
bind in Windows Forms like you can in Web forms? Well, it's because they
didn't want to implement it. It's there in the next version (Whidbey).
In VB6 binding was (usually, but not always) a two-way deal. When you
changed the bound control the database was changed (when you used a Data
Source control). In VB.NET more of the "updating" responsibilities are up to
you. I think this is better because my code fit my situations better than
the OSFA (One size fits all) code that ADO classic used.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________