Hi EMW,
Check out the "Data" menu in VS.NET 2005. Click "Show Data Sources"... to open the "Data Sources" window. From here, you can add a
new data source and drag & drop nodes onto a Form. Check out the types of data sources that you can add. You can now bind to
objects and Web Services, for example, which you couldn't do using the designer in earlier versions of VS.NET. (The new
functionality is partly due to the new BindingSource component, which you can add to the Form yourself if you'd like by going to the
"Data" tab of the Toolbox and dragging the BindingSource item onto a Form.)
Something else of interest might be that each bindable property node in the "Data Sources" window is actually a drop-down list.
From here you can specify the default Control that will be used when that node is dropped onto a Form.
All of this functionality is new to VS.NET 2005. It will save you the trouble of a fair amount of work that was required in earlier
versions of the IDE to setup data-binding.
Unfortunately, I don't know of any good books to recommend. Hopefully someone else will help you out there.

Signature
Dave Sexton
>I am currently going through an MCAD/MCSD training guide for Exam#
> 70-316. It is a great book but it shows it's age with certain subjects.
[quoted text clipped - 21 lines]
>
> EMW
ewingate@gmail.com - 23 Aug 2006 21:11 GMT
Thank you very much for the reply. I will try these methods and see if
I can get the results that the book is expecting. I had to skip several
practical exercises due to these version differences. Thank you again
for the help.
-EMW