Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Binding on webform
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01163566
Message ID:
01166030
Views:
9
Fred,

>I can do this but I have a business object that is used in Web Forms, Windows Forms, Pocket PC's, Web Services. which means every time I need to populate I will have to do what you have reccomended. And also the staff who are designing the forms are mostly graphic designers, so we have to keep the UI very simple in terms of programming.
>We have 2 properties for them to fill in the 1.Form's English Name and 2. The BO to be used for the form. So we use reflection a lot.

Does your custom GetRow() method call an mmBusinessObject method? In any case, you can register the oContact business object with the web form and still keep the rest of your code as is. You can just instantiate the UserSecurity business object first, then register the oContact business object like this:
this.RegisterBizObj(new UserSecurity());
this.RegisterBizObj(UserSecurity.oContact);
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform