Well, the <asp:Button> is a button widget, if you want to extend it and use it as the original widget, you need to inherit the old one... Well, Cerebrus would be better hinter for you in this, ASP.NET is not my strong side :)
2009/7/13 akram mellice <[email protected]> > please could u explain in more details what is the button widget? > > > On Mon, Jul 13, 2009 at 9:01 AM, Processor Devil < > [email protected]> wrote: > >> Yeah, inherit the Button Widget :) >> >> 2009/7/12 akram mellice <[email protected]> >> >> Hi there, I'm asking how i can create a new control that extends an >>> existing one, and adding an extender to it >>> for example, i want to create a new control named "MyButton" extends from >>> the System.Web.UI.WebControls.Button, and add the extender ConfirmButton >>> control to it to form new control >>> so that the MyButton control has the features of the asp.net button with >>> the confirm button ability. >>> >>> can any one give me the steps to do that? >>> >>> Thanks >>> >>> -- >>> Akram Mellice >>> >> >> > > > -- > Akram Mellice >
