<a target="_blank" href='www.twitter.com/<%#Eval("FromUser") %>'>
<asp:Image ID="userImage" runat="server" ImageUrl='<%#Eval("Profile") %>' />
</a>
When I click on the image, I’m redirected to
“http://localhost:49898/www.twitter.com/blablabla”
How can I remove “http://localhost:49898/” this part from my href ?
Just add
http://to your anchor: