J
Jeff S
Just wondering why some features are available from the code-behind class
modules (.aspx.cs), and are not available from stand-alone class modules
(myClass.cs). For example, accessing the Application state is no problem
from a code-behind, but not from a stand-alone module in the same assembly.
Is it that code-behind modules inherit Page? Is there more to it?
Thanks.
modules (.aspx.cs), and are not available from stand-alone class modules
(myClass.cs). For example, accessing the Application state is no problem
from a code-behind, but not from a stand-alone module in the same assembly.
Is it that code-behind modules inherit Page? Is there more to it?
Thanks.