I have a asp.net web application and I create a master page when i try to add new web page i can’t find any option that allow me to set master page as in web site … i just do it manually … Is it any way to select master page during creating web page ??
EDIT :I do it manually by add MasterPageFile="~/MasterPage.master" to page tag and make all html in asp:Content
If you choose a Web Content Form instead of a Web Form you can select a master page at creation time.