Try putting like this
Code:
<asp:HyperLink ID="HL" NavigateUrl='~/myPage.aspx?id=<%# Eval("id")%>' Runat="server">more</asp:HyperLink>
You had a few spaces e.g. </asp:hyperLink > etc., also ID needs to be in double quotes ID="HL" etc.
e-ducan Global Store
Programmer/Application developer
http://www.e-ducan.com
Belgrade, Serbia