How To: Use binding source object to bind to a custom object (1 Viewer)

Kodo

"The Shoe"
Local time
Yesterday, 19:27
Joined
Jan 20, 2004
Messages
707
(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.
 

Attachments

  • bsdscreen.jpg
    bsdscreen.jpg
    24.9 KB · Views: 1,674
  • BindingSourceDemo.zip
    164.4 KB · Views: 2,214
Last edited:

Users who are viewing this thread

Top Bottom