Visual Inheritance with ASP.NET
Book Details
Author(s)Craig Bowes
ISBN / ASINB0007MHFAO
ISBN-13978B0007MHFA1
AvailabilityAvailable for download now
Sales Rank10,269,842
MarketplaceUnited States 🇺🇸
Description
In any application, it is desirable for the interface to be consistent. In web applications specifically, you want users to feel like they're on the same website as they move from page to page - your site should have the same navigation, color scheme, and layout on every page. In .NET Windows Forms, it's possible to use visual inheritance to have one form inherit the look and composition from another. However, this capability is not innate to ASP.NET Web Forms. While inheritance is supported, it is limited to code inheritance. In this article, Craig Bowes explores this issue and demonstrates how to add a type of visual inheritance to your ASPX site, allowing you to simplify redesign and maintenance.

