Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8914

Kentico 9 tranformation page/file URL

$
0
0
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.

Viewing all articles
Browse latest Browse all 8914

Trending Articles