Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Business Object and Web Forms
Message
De
19/06/2007 08:48:11
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Business Object and Web Forms
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01234209
Message ID:
01234209
Vues:
56
Hi there,

I have a business object that I am trying to call from an ASP.NET web form, but the web form inherits from a different class from a different business object that doesn't use MM.NET Framework.

How do I go about registering the business object that uses MM.NET on the web form. How do I go about using the RegisterBizObj.

Imports OakLeaf.MM.Main.Web.UI
Imports OakLeaf.MM.Main.Web.UI.WebControls
Partial class XYZ
Inherits adminpage
private oschools as schools

Private Sub Page_Load(sender As Object, e As System.EventArgs)
Me.oOrder = CType(Me.RegisterBizObj(New oschools()), oschools)
End Sub 'Page_Load



end class
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform