Hi Andry, I am teaching a CMS class at a discounted price, please let me know if you are interested.
In the mean time, please help yourself with some free course materials from www.google.com and http://www.reddotcmsblog.com/. On Nov 14, 6:29 am, Andry <[email protected]> wrote: > 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.
