J
Jon B
Hi All!
Are there any ways to set Base control class for all the controls in an
ASP.NET application? For example, Base Page can be set in the Web.Config
file as follows...
<pages pageBaseType="frmCustom,frmCustom" />
Is there a similar setting in web.config for all the ASCX controls to
inherit from one base control???
Thank you all in advance!!
Jon
Are there any ways to set Base control class for all the controls in an
ASP.NET application? For example, Base Page can be set in the Web.Config
file as follows...
<pages pageBaseType="frmCustom,frmCustom" />
Is there a similar setting in web.config for all the ASCX controls to
inherit from one base control???
Thank you all in advance!!
Jon