M
Mike
Hello,
I am attempting to develop a class that will inherit from
System.Web.UI.Page to serve as a the base class for all of the code
behind classes in my web application.
I would like to store the class as a single file (basepage.cs) and not
in an assembly. (The class does not have access to the ASP.NET Request
Object or Server object when stored as an assebly). How do I go about
referencing this class? Is there a way to add it to the local assembly
cache? Sorry for my ignorance, I'm just being with ASP.NET
Thanks!
Mike Biang
App Developer
Cramer Development
I am attempting to develop a class that will inherit from
System.Web.UI.Page to serve as a the base class for all of the code
behind classes in my web application.
I would like to store the class as a single file (basepage.cs) and not
in an assembly. (The class does not have access to the ASP.NET Request
Object or Server object when stored as an assebly). How do I go about
referencing this class? Is there a way to add it to the local assembly
cache? Sorry for my ignorance, I'm just being with ASP.NET
Thanks!
Mike Biang
App Developer
Cramer Development