Does anyone know how to conditionally exclude a chunk of HTML (a table in this case) using <%....%> where there is already a <%=xyz%> within the table. Is there some sort of delimiter for <%??
<% if myBooleanTest then %>
<TABLE>
...
...
<%=anotherVar%>
...
...
</TABLE>
<%end if%>
That works even if there are many ASP output tags ("<%=...%>" in the code you want to hide. Water is not bad as soon as it stays out human body ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.