Difference between a master page and web form

1

I would like to know the differences between a master page and a web form, as I need to create a web page and I want to know which one is most advised!

    
asked by anonymous 20.04.2018 / 11:07

1 answer

1

MasterPage as its name says is a Master page, used as a base for other WebForms, for example, you can create WebForms with or without master page, if you select with MasterPage the new WebForm will be part of the Master Content. Usually used in cases where you have a default page with a header or other items and add the WebForms using your MasterPage. This image clarifies what I said above: ContentPage is your WebForm and MasterPage you can add your WebForm as content in it.

    
20.04.2018 / 11:16