G
Guest
Hi,
For my application I am planning to build a base class for all my webforms,
this class will be called SitePages.cs. Within this class there will be
methods to retrieve page details from the database, page security, some site
specific error handling and methods to retrieve content for the page from the
database.
My question is, can I use the Page class as a "base" class for my SitePages
class and how do I call/use methods defined in Page.cs within the code
behind classes of my webforms.
(Bit of a newbie question I know)
Thanks
For my application I am planning to build a base class for all my webforms,
this class will be called SitePages.cs. Within this class there will be
methods to retrieve page details from the database, page security, some site
specific error handling and methods to retrieve content for the page from the
database.
My question is, can I use the Page class as a "base" class for my SitePages
class and how do I call/use methods defined in Page.cs within the code
behind classes of my webforms.
(Bit of a newbie question I know)
Thanks