ASP.NET Master Page Advice, Tips, and Tricks
| Published on 6/25/2009 by Site Editor More articles in ASP.NET
|
Master pages are an important part of any ASP.NET website. In a nutshell, a master page allows the page
developer to define a website template, indicating what portions of the template are to remain fixed across pages that use the template and what regions of the template
are customizable on a page-by-page basis. Having the site design and layout centralized in one (or more) master pages makes it easy to add new pages to the site that inherit
the same look and feel and greatly simplifies changing the site design or adding or removing content that is common to all pages, such as content in the
This article presents advice for using master pages, along with assorted tips and tricks that I've picked up over the years in using master pages. Read on to learn
more! And if you have additional recommendations and advice on using master pages, please don't hesitate to drop me a line
and I'll be happy to add your insight to this article.
|
Latest Posts
- Introduction to Dependency Injection Using StructureMap
- SEO For ASP.NET Web Site
- Using ASP.NET 3.5's ListView and DataPager Controls: The Ultimate DataPager Interface
- Using jQuery To Hijack ASP.NET MVC Form Posts
- Accessing and Updating Data in ASP.NET: Filtering Data Using a CheckBoxList
- Predictive Fetch with jQuery and the ASP.NET Ajax Library
- Using C#, ASP.NET, and ADO.NET To Develop A Multi-Tier App From Start To Finish
- URL Routing in ASP.NET 4.0
- Integrating Twitter Into An ASP.NET Website
- Creating Multiple Choice Exam Application Using ASP.NET MVC Framework
- Performance: Using dynamic code to copy property values of two objects
- A Look at the GridView's New Sorting Styles in ASP.NET 4.0
- .NET LINQ from Scratch
- The Kayak Framework: An easy way to speak HTTP with .NET
- How to Create a Custom Transform in UrlRewriter.net
- ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler
- ASP.NET MVC Uploading and Downloading Files
- Consuming WCF / ASMX / REST Service Using jQuery
- Master-Detail Views with the ASP.NET Ajax Library
- Web Page Loading in Steps - ASP.NET Solution



