Parser Error Message: The server tag is not well formed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am very new at all of this and am using a book to put together an
e-commerce website using VS.NET 2003. I have run into a problem and have
looked around the web but with no help. I am getting the following error
when I try to load my website.


Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: The server tag is not well formed.

Source Error:


Line 6: <SelectedItemTemplate>
Line 7: »
Line 8: <asp:HyperLink id=HyperLink2 runat=server
Line 9: NavigateUrl='<%# "../default.aspx?DepartmentID=" &
Line 10: DataBinder.Eval(Container.DataItem, "departmentID") &


Source File: C:\Inetpub\SurfNSun\UserControls\DepartmentList.ascx Line: 8

If any one would like to check out the error my website's address is
http://surfnsun.gasner.com

Thanks very much in advance

Davey
 
Back
Top