Master Page in asp.net is used for Parent Form for more than one form with same design only content place is different.. It is used where we need same design for all the forms...
We can add Master Page by following Process...
Right Click on Project Name ===>> Add New Item ====> Select Master Page ===> Name the master page as you need==> Add
In the Below screen shot I have add a master page named it SiteMaster.master (.master is the extension of master page.)
We can add Master Page by following Process...
Right Click on Project Name ===>> Add New Item ====> Select Master Page ===> Name the master page as you need==> Add
In the Below screen shot I have add a master page named it SiteMaster.master (.master is the extension of master page.)
After add master page it will look like....Do not write any code in Content Place Holder....
You can code in master page like it....
No comments:
Post a Comment