G
Guest
Hi,
I would like to design my application with several different user
interfaces. I was thinking to create business objects with properties to
retrieve/set values and display them either in textboxes and/or labels. I
would like my user controls (Windows or Web) to have a property that I set
that points to the business object's property. How could I do that?
Or should I simply write a method that receives the business object and then
populates the various controls on the UI?
Any suggestion is appreciated.
Thanks.
Mike
I would like to design my application with several different user
interfaces. I was thinking to create business objects with properties to
retrieve/set values and display them either in textboxes and/or labels. I
would like my user controls (Windows or Web) to have a property that I set
that points to the business object's property. How could I do that?
Or should I simply write a method that receives the business object and then
populates the various controls on the UI?
Any suggestion is appreciated.
Thanks.
Mike