1 / 7

What is a master page in ASP.NET?

In this PPT you are going to know about the master page in ASP.NET<br><br>https://nareshit.com/asp-net-mvc-online-training/

Download Presentation

What is a master page in ASP.NET?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What is a master page in ASP.NET?

  2. Master Page • A master page is a special type of asp.net page that defines both the site-wide markup and the regions where associated content pages define their custom markup.

  3. ASP.NET • Master page are an important part of The Official Microsoft ASP.NET Site 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 <head> element, footers, and references to CSS and JavaScript files

  4. Master page with extension • Master page with extension .master contains the layout of the which will remain the same through the post backs , and only the content holder can be modified , changed or altered or contents of the page can be designed there apart from the basic layout of the page which is in master page . • Content pages are selected under master page

  5. Ways to create a master page,through Visual Studio10:- • open visual studio. • select Create website. • select website from the toolbar and click on Add new item. • select master page and edit your master page name. • click create and design your page Add content holders. • after creating your master layout. • select Add Content from website menu in Toolbar. • start creating your rest of the pages.

  6. Real Time Projects. • Apart From all this master pages have many functionality which are encountered in real time projects.

  7. Meet The Experts For Better Explanations : • https://nareshit.com/asp-net-mvc-online-training/

More Related