All Tags »
asp.net »
ASP.Net Inherit... »
Master Pages
Sorry, but there are no more tags available to filter with.
-
Prologue
In the process of redesigning our company's new website, I've found a number of powerful techniques that will help make it easier to maintain the site. One of the suggestions I found was to use base pages. Basically, have every webpage inherit from a base page. This base page can then have functionality put in that will effect ALL pages ...