Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MM .Net & Web User Controls
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00871207
Message ID:
00871596
Vues:
10
Cathi,

Thanks for the help. I may not have explained my question very well, but what I'm basically trying to do is register a Buisness Object on inside of a "Web User Control" (IE: myControl.ascx). WebForms (IE: myWebForm.aspx) inherit from OakLeaf.MM.Main.Web.UI.mmBusinessWebPage which would allow me to use the the following code snippet:

protected Orders oOrder;

private void Page_Load(object sender, System.EventArgs e)
{
// Instantiate the Orders object and register it with the form
this.oOrder = (Orders)this.RegisterBizObj(new Orders());
}

However, there is not a OakLeaf.MM.Main.Web.UI.mmBusinessWebUserControl object (that I can find) which could give me the same ability. So I guess my question would be how do Web User Controls fit into the MM .Net Framework, if at all. There are no references in the Mere Mortals .NET Developer's Guide v1.1 to "Web User Controls".

Any help would be GREATLY appreciated!

Thanks again!

rg
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform