Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclassing -Newbie!
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Subclassing -Newbie!
Divers
Thread ID:
00886878
Message ID:
00886878
Vues:
50
Hi all
i have read message id # 872323

I want to do the following,

1) i have MM framework, i am trying to subclass the label(simplist element)
2) add a property to all my custom classes to hold a string
3) create a copy of the base class element and use this element for now and later i can add code to it as i see fit

this is what i have so far.
using OakLeaf.MM.Main.Web.UI.WebControls;

namespace A4U.CommonControls.OurClasses
{
	/// <summary>
	/// Summary description for Class1.
	/// </summary>
	public class A4ULabel : OakLeaf.MM.Main.Web.UI.WebControls.mmLabel
	{
		public A4ULabel()
		{
			//
			// how do i override the text value onload of the object
			//
		}
	}
}
Shawn
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform