Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Repeater Control: "The server tag is not well formed."

Status
Not open for further replies.

Totenkopf

Technical User
Jun 15, 2006
4
CA
I keep getting "The server tag is not well formed." error in the following code where the hyperlink is defined:

<asp:Repeater ID="rep" runat="server">
<ItemTemplate>

<asp:HyperLink NavigateUrl="<%# DataBinder.Eval(Container.DataItem, "e_path") %>" runat="server">
</asp:HyperLink>

</ItemTemplate>
</asp:Repeater>


Please help!

Thanks !
 
nm, I got it to work by putting the single quotes around the link
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top