¿Y
cualo es el error?
Vamos a ver, si pones esto:
Código:
<table>
<tr>
<%
i=1
For Each objFileItem In objFiles
Response.Write("<td><img border=0 src='" & strPhysicalPath & objFileItem.Name & "'></td>")
If i Mod 2 = 0 Then
Response.Write("</tr><tr>")
End If
i = i + 1
Next
%>
</tr>
</table>
¿También te da error?