I'm using Datalist connected to sqlDataSource to get list of url from the db.I added HyperLink in the ItemTemplate like this :
First link works fine , but the others show like this :HTML Code:asp:HyperLink ID="DownloadTitleLabel" runat="server" Text='<%# Eval("DownloadTitle") %>' NavigateUrl='<%# Eval("DownloadLink") %>'> </asp:HyperLink>
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.





Reply With Quote