2
I got this href: <a href="/UpLoads/<%# Eval("DsPathDocumento")%>" class="linkUpload"><%# Eval("NmTipoDocumentoDown")%></a>
What I want is that I create a link only when I return from the DsPathDocumento
and NmTipoDocumentoDown
. This is on Asp.Net.
How do I do it?
I don’t like it either, but it’s already like this. I prefer the Behind code.
– pnet