B
Big
I am new to web control creation. Is there a way I can
subclass a web control? For example, can I write the
following C# class definition:
public class MyImageButton :
System.Web.UI.WebControls.ImageButton
{
.......
}
Will this work like typical implementation inheritance
would?
Thanks,
Big
subclass a web control? For example, can I write the
following C# class definition:
public class MyImageButton :
System.Web.UI.WebControls.ImageButton
{
.......
}
Will this work like typical implementation inheritance
would?
Thanks,
Big