A
anton.hopen
ASP.NET 2.0 master pages are great. However, I want to edit an ASPX
page in FrontPage for aesthetic styling reasons. The ASPX page is
linked to a master page so it naturally has a contentplaceholder ID.
Right-click in VS2005 and open it in MS FrontPage. Source appears
file. However, design view (the real reason I'm in FP anyway) will not
display unless I remove the ContentPlaceHolder tag. Specifically:
<asp:Content ID="Content1" ContentPlaceHolderID="mainContent"
runat="Server">
Cutting the line above will let FP show the design view.
Any workarounds?
Thanks!
page in FrontPage for aesthetic styling reasons. The ASPX page is
linked to a master page so it naturally has a contentplaceholder ID.
Right-click in VS2005 and open it in MS FrontPage. Source appears
file. However, design view (the real reason I'm in FP anyway) will not
display unless I remove the ContentPlaceHolder tag. Specifically:
<asp:Content ID="Content1" ContentPlaceHolderID="mainContent"
runat="Server">
Cutting the line above will let FP show the design view.
Any workarounds?
Thanks!