Binding Objects to Client-Side Controls.
Wednesday, August 22nd, 2007This article is a continuation of Part 1 : Returning objects from a web service.
Windows form controls can easily be bound to either a single object or a collection of objects returned to the client by a web service.
This article demonstrates how to bind a object array to a DataGridView.The code for this demo can […]

