xml from server defines winform

bwells

Regular
Joined
Feb 25, 2003
Messages
84
I wonder if someone can say if a technology exists for this.

I want to build winforms which have some contents which come dynamically from a definition built on a server. So for instance, some logic could run on a server, and send back a definition for a winform in a web service message, resulting in a custom winform being displayed on the client.

Any ideas would be great!

Bryan
 
Might be able to do it with "serializinng" a panel with controls in and sending from a web service, im pretty sure .NET webservices can return most kinda of objects. The only problem may be the events for the controls...
 
Back
Top