Subclassing Pages and Master Pages in ASP.NET 2.0

by fred on April 17, 2006

in Code

Sometimes the simplest things in ASP.NET 2.0 turn out to be the hardest things to implement. One example is trying to have a shared property across all your web pages. For example, let’s say that you want to have a User object that is on all of your pages and that object be initialized on Page_Load. More

Related posts:

  1. An Extensible Master-Page Framework for ASP.NET 1.1 Using Pattern Oriented Design Development of a framework for master-pages using ASP.NET and C#. More… Masterpage framework in ASP.NET 1.X and ASP.NET 2.0 More…...
  2. ASP.NET: The resource cannot be found How to fix the problem with asp.net pages....
  3. How to Create a Default ‘Enter’ Button! This is one of those little code snippets you can pull your hair out trying to find. And no help...
  4. Upgrade info for ASP.NET 1.x to 2.0 ASP.NET 2.0 contains a wealth of new features and capabilities for ASP.NET developers. Learn how to best use the new...
  5. A Crash Course on ASP.NET Control Development: Template Properties Dino Esposito continues his series on ASP.NET 2.0 controls development with this look at how to create template properties in...

Previous post:

Next post: