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:
01165433
Views:
7
Thanks Rip,
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.

The Security - Contact is one to one which means when a new security row is added, Changed or deleted contact table is Added, Updated or deleted too, So I have all this code in pre & Post hooks.

Regards,
Fred
>I would organize this a little differently to get it to work with the MM base biz webform.
>
>You're probably only registering the Security bo in the form correct? Your will need to register both the Security object and the Contact object in the webform, which means you'll need to instantiate the Contact bo in the web form. Then, in the webform, set your Security.oContact property to that instantiated Contact object.
>
>On your controls set the binding properties in the normal way where BindingSource=Contact.
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform