Si infatti ci stavo provando solo che ho ancora qualche problema facendo così :

codice:
<% For Each File in fc %> 
    <TR>
    <TD ALIGN=LEFT><FONT FACE="Arial" SIZE=2><%="<a href='"& Sotto_Cartella & "/" & File.Name & "'>"& File.Name & "</a>"%></FONT></TD>
    <TD ALIGN=LEFT><FONT FACE="Arial" SIZE=2><%=DF%></FONT></TD>
    </TR>
    <%next%>