Yes it works !!! I use this code several times in my application .
<csp:if condition='%request.Get("HEADER")=0'> <!-- Do Nothing --> <csp:else> <csp:include Page="../Topo.csp"> </csp:if>
Nuno
RJH wrote:
Can someone tell me why the %request.data or %request.get does not work when using an if in csp? can you provide the correct syntax?
<csp:if condition='nTlphoneTypes.Get("ID")=%request.Data("tlphoneID",1)'>
