Compilation Error
Hey
I just got my hands on Wrox beginning ASP.NET 2.0 With C# and its a really good book, but i got up to chapter 6 and i get a Compilation Error
when i try to run it in my browser. I downloaded this directly from Wrox site
Heres the error:
Line 18: </asp:SqlDataSource>
Line 19:
Line 20: <asp:DataList ID="DataList1" Runat="server" DataSourceID="SqlDataSource1"
Line 21: RepeatDirection="Vertical" RepeatLayout="Flow" OnItemDataBound="DataList1_ItemDataBound" >
Line 22: <ItemTemplate>
t
|