| Author: Kavitha 12 Dec 2006 | Member Level: Gold | Rating: Points: 2 |
Hi you create one master page and you can call this page to all web pages.just like a header and footer. http://msdn2.microsoft.com/en-us/library/wtxbf3hh.aspx
|
| Author: Gowri kalaiselvan 12 Dec 2006 | Member Level: Silver | Rating: Points: 2 |
A master page is a page that provides a framework within which the content from other pages can be displayed. Master pages make it easy to include banners, navigation menus, and other elements on all of the pages in an application.
master pages are used to help organizations reduce web application development time by defining a single location to maintain a consistent look and feel in a site.By using master pages, developers can design a template that can be used to generate a common layout for many pages in the application.
|
| Author: DotNetGuts (DNG) 12 Dec 2006 | Member Level: Diamond | Rating: Points: 2 |
Master pages, It is a single file that defines the template and enables a common layout for various physical pages
|
| Author: DotNetGuts (DNG) 12 Dec 2006 | Member Level: Diamond | Rating: Points: 2 |
Benefits: Consistent page layout Shared UI and Code Elements
|
| Author: Ashwini Rupert 24 Jul 2007 | Member Level: Diamond | Rating: Points: 2 |
http://msdn.microsoft.com/msdnmag/issues/04/06/ASPNET20MasterPages/
|
| Author: Ashwini Rupert 24 Jul 2007 | Member Level: Diamond | Rating: Points: 2 |
http://msdn.microsoft.com/msdnmag/issues/04/06/ASPNET20MasterPages/
|