January 2009 - Posts

0
Comments

ASP.NET tips: CustomBase class with Generic Class by shahed

All our ASP.NET pages must derive from System.Web.UI.Page class, but we can take the advantage of inheritance and create a Custom Base Class to manage Security, Session, Error Handling and other repetitive custom codes elegantly. We normally go and create...
Powered by Community Server (Commercial Edition), by Telligent Systems