I have a multi-page designer in Dreamweaver. The designer creates .aspx files with the page directive at the top. They are sent to me, and I add them to the Visual Studio ASP.NET WebForms web application project. The problem is that by default there are no code files, and I'm trying to find a shortcut to auto-generate them, as if I added a new page from Visual Studio.
Does anyone know about a shortcut?
Thank!
source
share