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
