Posted on: 1/5/2015 3:09:31 PM | Views : 497

In my asp.net project, default.aspx page is not content page which is no master page was associated it.
I added a defaultMater.aspx page which is content page associated one master page.
Can someone help me the easier way to copy all contents of html in default.aspx to defaultMaster.aspx within ContentPlaceHolder?
For example, where to create tags such as <html>, <head> and <body> in content page?

Go to the complete details ...