Using Business Objects in Web Forms

As mentioned in, Overview of MM .NET, rather than placing your business logic in the user interface, you should place it in methods of business objects instead. If you have used the MM .NET builder to create your Web Form application, your solution contains two projects - your Web Forms project and a Business Object project. For example:

You can add new business objects to the business object project, creating properties, events, and methods that can be accessed from the user interface. Whenever you want to reference a business object from a Web Form, remember to add a using or Imports statement for the business object's namespace.

For information on creating business objects, see Using the MM .NET Business Layer Generator.

See also:
Business Object Class Hierarchy | Data Access Overview | Integrating Business Objects with a Web Form | Getting References to Registered Business Objects


© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 07/28/18
Comment or report problem with topic