what do you mean by '%request.Get("HEADER")=0' I'm trying to get a variable
either from my previous page or text box from the current page, I can not
get it to work???"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)'> > > > > >
