Hi everyone

Windows 7;
VS2010;
I'm having a weird problem with NavigateUrl property in chapter 8, page 290.
Its a "TryItOut" session, and the problem is in step 5.
until that step everything is fine.
By adding
Code:
runat="server" id="VerticalLink"
as requested to the line
Code:
<a href="http://p2p.wrox.com" target="_blank" >
in Banner.ascx, some troubles start.
Ive noticed some errors in step 9, when i got a page with error message in the browser intead of the page AboutUs.aspx.
I went backwards, undo actions until i undo step 5, and errors were gone from the error list and the build went fine.
Now, I've decided to do the instructions in step 5 again, so now In Banner.ascx, I have the following line(according to the book,its fine):
Code:
<a id="VerticalLink" runat="server" href="http://p2p.wrox.com" target="_blank" >
Now when choose build solution i get 4 errors in the erros list, all the same: "Unexpected end of file looking for </a> tag."
Now before step 5, everything went fine, and build finished ok, so i dont know why step 5, which is really noting then adding 2 attributes to the anchor element breaks everything...
10x for any reply people...
