BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5
This is the forum to discuss the Wrox book Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter Kit by David Sussman, Alex Homer; ISBN: 9780764588075
You are currently viewing the BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am in Chapter 2 and while i wa trying to run default.aspx and i got
this message
<uc1:FooterLinks ID="FooterLinks1" runat="server" />
why i got this message does any one hav e any suggeation.
Check that you have an @Register directive at the top of the page that specifies the file FooterLinks.ascx, and that this file does exist in the folder that the @Register directive points to. By default, the file is in the user-controls subfolder.