I have a asp.net webform application. Now I have to add master page in this application, but I don’t know how to merge or add new created master page with old webforms? How to handle html in webforms like <head> , <body> ? Any link in this regard will be helpful.
|
|
|||
|
|
|
1- Define the fixed elements in your design, and put them inside the newly created master page 2- Define the dynamic ones, and add 3- In your pages, add 4- Add 5- Copy your page content inside these |
|||||
|
|
at the top of the new page in the '<%@ page @>' tag add 'MasterPageFile="~/Site.Master"' then add the needed placeholders
of course modify these to the names you are using |
|||||||
|
