I have a HyperLink set up to use mailto, but it would seem that it's calling inside the root folder. ~/Admin/mailto:email@stackoverflow.com
<asp:HyperLink runat="server" NavigateUrl='<%#Eval("Email", "mailto:{0}")%>'
Text='<%#Eval("Email")%>' ID="emailLink" />
Any ideas why this might be happening?
See Question&Answers more detail:os