Reputation: 11
Hiii I am using asp.net visual studio-2010 framework 3.5 on win 7. I have download readymade template designed made in css.I copied index.html code and paste it in masterpage and also copy the code of div content and paste it in content place holder.It's working. I want to add another page like about.html,sevice.html, etc.Plzz help me what the procedure to add another page thank you.....
Upvotes: 0
Views: 2563
Reputation: 13018
Just go to Add New Item->Webform & check the select master page checkbox to select your exisiting master page.
Upvotes: 1