D
Dan L.
Are any other FrontPage 2003 users having problems with
FP2k3 adding a new, blank control registration line when a
new control is pasted into a page? For example, I have a
control registered at the top of one of my ASP.NET pages:
<%@ Register TagPrefix="uc1" TagName="MyControl"
Src="ctrls/mycontrol.ascx" %>
I paste the code for the control into the body of my page:
<uc1:MyControl id="MyControl1"
runat="server"></uc1:MyControl>
And FrontPage adds a new, blank registration line to the
top of my page:
<%@ Register TagPrefix="uc1" TagName="" AssemblyName="" %>
This, of course, causes an error when the page is loaded.
Does anyone here know why it's doing this? Know how to
stop it? any help is appreciated.
Thanks!
Dan
FP2k3 adding a new, blank control registration line when a
new control is pasted into a page? For example, I have a
control registered at the top of one of my ASP.NET pages:
<%@ Register TagPrefix="uc1" TagName="MyControl"
Src="ctrls/mycontrol.ascx" %>
I paste the code for the control into the body of my page:
<uc1:MyControl id="MyControl1"
runat="server"></uc1:MyControl>
And FrontPage adds a new, blank registration line to the
top of my page:
<%@ Register TagPrefix="uc1" TagName="" AssemblyName="" %>
This, of course, causes an error when the page is loaded.
Does anyone here know why it's doing this? Know how to
stop it? any help is appreciated.
Thanks!
Dan