Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclassing -Newbie!
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Subclassing -Newbie!
Miscellaneous
Thread ID:
00886878
Message ID:
00886878
Views:
48
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/
Next
Reply
Map
View

Click here to load this message in the networking platform