|
My asp.net web application will have many pages, most of which will have common buttons. How do I 1) create a common customized button control that inherits from the base button object 2) how do I employ the customized button control on each of my web pages ?
I tried creating a 'custom web control' but did not see how it gets set to inherit the base button control re: properties and methods.
|
|
|
|
|
|
|
|