I am working with Visual Studio 2008. Actually there is References folder missing in its solution explorer. When I create a New web Application it has References folder but when I add new .aspx file it also adds .aspx.designer.cs file with it and its does not show master page option in add dialogue. but in the old web application it shows the master page option where master page file is already added. whats the difference between these two solutions. And how can I make it correct??
views:
38answers:
1
A:
In Solution Explorer, right-click on project node. Select "Add new item" -> "Web Content Form". You will be prompted to select the appropriate master page.
IrishChieftain
2010-06-12 15:59:55
its like thishttp://www.freeimagehosting.net/uploads/734fe6ed5f.jpg thats what I said that its not asking for any master page
Azhar
2010-06-13 05:51:56
Correct. If you want to be prompted for a master page, just select the Web Content Form instead of the Web Form. Then it will ask you :-)
IrishChieftain
2010-06-13 13:57:54