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
- Autocomplete Filter from the Old Futures Project Working in Dynamic Data 4
- Developing a Facebook Connect Application Using ASP.NET
- Conditional Row Highlighting in Dynamic Data
- UserControl as a DLL Made Easy
- Using GroupTemplate in ASP.NET ListView Control (Tiled Display)
- Creating Master-Detail GridView Using jQuery
- ASP.NET MVC 2.0 and AJAX Part 1
- Sorting Tabular Data in ASP.NET MVC
- Asynchronous Form in ASP.NET MVC 2
- Populating ASP.NET TreeView Control Recursively
- Understanding ClientIDMode Mode Feature in ASP.NET 4
- ASP.NET Application and Page Life Cycle
- ASP.NET MVC and File Uploads
- Google Map 3 with Multiple locations using Asp.Net C#
- Ajax, Asp.net Ajax, jQuery � Misconceptions and Facts
- ASP.NET MVC 2.0 Areas
- Latitude and Longitude Lookup with jQuery, C#, ASP.NET MVC
- WebMatrix - A First Application
- ViewStateMode in ASP.Net 4.0
- Securing Dynamic Data 4 (Replay)



