If you try to put your 0 value in a variable or try to retrieve it from another page, that's when I run into trouble...
"Nuno Canas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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)'> > > > > >
