Calling Include Files
I want to include some asp if statements inside a do until loop, predicated on the recordset going until EOF. I do not have any < % %> delimiters inside the include file. The below doesnt show the character I want to display:
<% do until rs.eof
response.write rs("position")
<!-- #include file="inc_.asp" -->
loop %>
while hard coding the character with another response.write statement will.