-----Original Message-----
IN SF 2003 when I open aspx page (StoreFront6.1.3) it
show the tags for the share
borders as error.
For example
Error - Parser Error: Unknown server
tag 'uc1:topbanner".
There is anyway of getting rid of that?
Thanks.
Dover.
You're probably missing the "register" tag for this user
control. Make sure a tag such as the following appears at
the top of your page:
<%@ Register TagPrefix="uc1" TagName="topbanner"
Src="topbanner.ascx" %>
The Src= value, of course, must point to the correct file.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*