[2005]Hyperlink in Datalist ItemTemplate issue.
I'm using Datalist connected to sqlDataSource to get list of url from the db.I added HyperLink in the ItemTemplate like this :
HTML Code:
asp:HyperLink ID="DownloadTitleLabel" runat="server" Text='<%# Eval("DownloadTitle") %>' NavigateUrl='<%# Eval("DownloadLink") %>'>
</asp:HyperLink>
First link works fine , but the others show like this :
http://localhost:xxxx/FolderName/www.forexample.com
So , I want to get the "DownloadTilte" in the text field , and urlNavigate shows "DownloadLink" when mouse is hovered on the link .
Thanks all.
Re: [2005]Hyperlink in Datalist ItemTemplate issue.