Hi
I tring to give the ExtLinkHPLINK a value of extlink column which is external URL stored in this column. But what is happening when i put the mouse on the hyperlink it not show me that there is a way to click it and move to external URL in other way
the hyperlink doesnt work and not moving me to the url. So what i suppose to do. In another pages of my web application its working but it is inside a ListView but this one is not
<div class="col-lg-12" style="padding-top:48px; padding-bottom:5px;">
<div class="col-lg-12">
For more images and information <asp:HyperLink ID="ExtLinkHPLINK" runat="server" Target="_blank" NavigateUrl='<%# Eval("extlink") %>'>click here</asp:HyperLink>
</div>
</div& ...
Go to the complete details ...