Tuesday, December 09, 2003

 

Data binding and Web Services using Custom Collections

The data binding capabilities in .NET are great, you can bind many controls to almost any type of data, but in some scenarios data binding has its limitations. For example data binding is not possible when using custom collections, instead of DataSets, coming from a Web Service. This article explains the problem and a possible, easy-to-use, solution: a class that dynamically builds wrapper classes at run time, which exposes the field member of the proxy classes as properties.





<< Home

This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]