"Place code in separate file" in Visual Studio 2008 with ASP.NET

Posted by Ben McCormack on Stack Overflow See other posts from Stack Overflow or by Ben McCormack
Published on 2010-04-07T13:49:53Z Indexed on 2010/04/07 13:53 UTC
Read the original article Hit count: 1091

I'm reading a book that recommends clicking a check box that says "Place code in separate file" when adding a new Web Form to an existing ASP.NET project. The book is using Visual Studio 2005 and there is a check box for "Place code in separate file" when you open the "Add New Item" dialog.

I am using Visual Studio 2008 and I do not see the "Place code in separate file" checkbox when I try to add a new item. Is there something I need to do to enable this? Was this functionality no longer possible/important in VS 2008?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio