Friday 25 August 2017

How to add Content Page with Master Page in ASP.Net ?

Now we have to add the content page with master page SiteMaster.master that we have added in our previous post...

Right Click on Project Name ===> Add new Item ====> Web form
write the page name and select the  Select Master Page  and ADD


After clicking on add button Choose the Master page as shown in figure...


Write the code inside the content place holder 2.....


No comments:

Post a Comment

Creating First WEB API Project from scratch ?

  For creating Web API project open your Visual Studio Editor and Create New Project as shown in below figure. Now you have to select  ASP.N...