asp.net: modify <a> htmlanchor stationary text?


i have repeater cost array items:



<asp:repeater ... runat="server">
<itemtemplate>
<a href="<%# getitemlink(...) %>"><%# getitemtext %></a>
<itemtemplate>
<asp:repeater>


but equipment have an compared link, i don't wish clickable. i attempted origination runat=server htmlanchor, set htmlanchor.disabled = true equipment should indeed have couple - nonetheless still clicked (it only creates calm gray)



i know i'd ancient days:



<% islink following %>
<a href="<% =getitemlink%">
<% finish %>
<% =getitemtext %>
<% islink following %>
</a>
<% finish %>


but that's unfinished blending formula html asp way. what's asp.net way?



Comments

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

why does floated <input> control floated component slip over too distant right ie7, nonetheless firefox?