In my custom page type, you can select an uploaded file. That's fine, but in my ascx tranformation, i'm having a hard time getting the URL. The field is 'Process'.Here's what i currently have.@%# IfEmpty(Eval("Process"),"N/A","@a href=" + Eval("Process") +" target='blank' class='icon download'@Download@/a@")%@
When rendered, the html is this:@a href="214b6876-cb39-4a58-813f-19dcb7c788e4" target="blank" class="icon download"@Download@/a@
I'm missing something.
↧