Hi guys,
Has anyone worked with a combination of reddot <if> statement and
querystring before?
I need to create an A-Z index page and page search by category.
something like...
<reddot:cms>
<if>
<query valuea="Context:CurrentIndex.Headline.Substring(Int:0,
Int:1).ToUpper()" operator="==" valueb="<% Response.QueryString("A")
%>"
<htmltext>
<li><a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><
%!! Context:CurrentIndex.Headline !!%></a></li>
<navigation:nextlevel>
</htmltext>
</query>
</if>
</reddot:cms>
Thanks guys... :)
Andry
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.