Hi Kevin,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to get some good reference
book on VB.NET data binding. If there is any misunderstanding, please feel
free to let me know.
Based on my research, there are not much book specified on data binding.
Data bindings are often included in ADO.NET books. As far as I know, David
Sceppa's Microsoft ADO.NET (Core Reference) is a bible in this aspect. Here
is a link for it:
http://www.microsoft.com/mspress/books/5354.asp
Also, Rebecca M. Riordan's Microsoft ADO.NET Step by Step talks much about
data binding.
http://www.microsoft.com/MSPress/books/4825.asp
When programming winform data binding, you can also search in MSDN for
reference, MSDN is the most complete reference for this. Here are some
technical articles for both winform and webform data bindings.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/databindingadonet.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html
/aspn-hierdatabinding.asp
http://support.microsoft.com/default.aspx?scid=kb;en-us;313481
http://support.microsoft.com/default.aspx?scid=kb;en-us;307860
HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."