View Full Version : How To: Use binding source object to bind to a custom object


Kodo
01-14-2006, 07:00 PM
(VB.NET 2.0)
This demonstration builds off the last demonsration (xml serialization) and uses the same People class. In this demonstration you will see how to use the binding source object to bind to an instantiated People object and bind the data to a GridView as well as binding text boxes to the binding source object to display the current record. A binding navigator is also used to scroll the records.