I am working through the example on page 288-9 and I can't seem to make the banner render in design view. I have tried doing the exercise three times now, and for some strange reason I keep missing something. Here is the HTML markup
Code:
Control Language="C#" AutoEventWireup="true" CodeFile="Banner.ascx.cs" Inherits="Controls_Banner" %>
<asp:Panel ID="VerticalPanel" runat="server">
<a href="http://p2p.wrox.com"
target="_blank" <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/Banner120x240.gif" />
</a>
</asp:Panel>
Does anyone know what is happening here?