I'm a C# developer trying to get to grips with ASP.Net (I know I've got the
VB edition of the book but that's another story!) and I'm having trouble with the code on p90. The error I get is as follows:
Compiler Error Message: CS0019: Operator '&' cannot be applied to operands of type 'string' and 'object'
Line 4: <SelectedItemTemplate>
Line 5: »
Line 6: <asp:HyperLink id="HyperLink2" runat="server"
Line 7: CssClass="DepartmentSelected"
Line 8: NavigateUrl='<%# "../default.aspx?DepartmentID=" &[/red]
I cant find anything in the book errata. HELP