Click here to Skip to main content
15,867,453 members
Articles / Programming Languages / Visual Basic

Exposing Custom-made Classes through a Webservice and Binding them to a DataGrid.

Rate me:
Please Sign up or sign in to vote.
4.84/5 (35 votes)
26 Feb 200311 min read 344.1K   1K   124  
How to expose custom-made classes through Webservice and bind them to datagrid
When you want to expose your custom made business objects through a webservice interface, and you want them to bind with a DataGrid, you have a problem that the generated proxy class exposes fields instead of properties. A possible solution is to generate at runtime, a wrapper for your proxy class.

Views

Daily Counts

Downloads

Weekly Counts


Written By
Web Developer U2U
Saudi Arabia Saudi Arabia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions