I have 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 procedure the DsPathDocumento
and NmTipoDocumentoDown
. This is in Asp.Net.
How do I do this?