The dialog box for adding a web form to a web project in Visual Studio has a checkbox to 'Select Master Page'. This checkbox doesn't exist in the Web Developer Express Edition. Is there a simple alternative to attach a Master Page while adding a new web form in the Express Version?
+1
A:
You are most likely building a web application project instead of a website project.
Website projects have the "select master page" checkbox option. Web application projects do not; instead you should:
- Add new item
- Select the "Web Content Form" template (instead of the Web Form template)
- Select the master page to use
Ahmad Mageed
2009-08-05 05:36:11
Thank you very much!!!!
JP
2009-08-05 17:44:43