what is master page and contentpage
simple ans;
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Jul 28, 2013, 5:09 AM
ASP.NET master pages allow you to create a consistent layout for the pages in your application. A single master page defines the look and feel and standard behavior that you want for all of the pages (or a group of pages) in your application.
Regards,
Iftikar
Sreekanth ReddyPosted Jul 28, 2013, 5:05 AM
Sanjeeb LenkaPosted Jul 26, 2013, 5:06 AM
Masterpage: Gives us a way to create common set of UI elements that are required on multiple pages of our website. means you create one page design use it for all page.ContentPage: The ASP.NET web page that will use master page to have the common UI elements displayed on itself. it will use the master page to get the design.http://www.codeproject.com/Articles/333650/Beginner-s-Tutorial-on-Master-Pages-in-ASP-NET