Using uncompiled .cs files

G

Guest

Im develping on a hosting company does not support .dll files. Normally i
create a base page that extends from System.Web.UI.Page and compile it to a
..dll then extend all my code-behind pages from this base class to share
functions and constants. Is there any way to extend my code behind pages
from a common uncompiled file that contains my base class?

Thanks in advance.
 

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