How to set Base Control for ALL Controls? (ASP.NET 1.1)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top