Re: RedDot statement and querystring

2011-11-27 Thread Stu Wilson
ys need to show the closing bit %> >         > > >     > <% > } > %> > > Obviosuly I've left some HTML out, but it should get you started. > > Also note that if your list is not sorted alphanumerically, then you will > have to sort the entries in each

RE: RedDot statement and querystring

2011-11-26 Thread Andry Poernomo
f Stu Wilson Sent: Thursday, 17 November 2011 7:59 PM To: RedDot CMS Users Subject: Re: RedDot statement and querystring Andry You will need to do this in code. We have implemented a few of these and they bascially all follows the same pattern. Note, this code is not Unicode capable. Also n

Re: RedDot statement and querystring

2011-11-18 Thread Jian Huang
t letter >     if (strActualLetter != strLetter) >     { >         if (strLetter != "") >         { > %> >             >         > <% >         } >         // save the letter for later >         strLetter = strActualLetter > %> >        

Re: RedDot statement and querystring

2011-11-17 Thread Stu Wilson
te: > Hi Richard, > > Oh right... hmmm... how and I supposed to implement this function... > > Andry > > From: reddot-cms-users@googlegroups.com > [mailto:reddot-cms-users@googlegroups.com] On Behalf Of Richard Hauer > Sent: Monday, 14 November 2011 9:19 PM > To: reddot

Re: RedDot statement and querystring

2011-11-14 Thread RedDotExpert
ne worked with a combination of reddot statement and > querystring before? > > I need to create an A-Z index page and page search by category. > > something like... > > >     >         %>" >             >    

RE: RedDot statement and querystring

2011-11-14 Thread Andry Poernomo
: RedDot statement and querystring That's totally not going to work. The rendertag is evaluated prior to publication and can'tinteract with a client session. Regards, Richard. Sent from my mobile. Sorry if it's brief. Andry Poernomo wrote: Hi Richard, I'm trying t

RE: RedDot statement and querystring

2011-11-14 Thread Richard Hauer
onday, 14 November 2011 7:38 PM To: reddot-cms-users@googlegroups.com Subject: RE: RedDot statement and querystring You might have more luck replacing   Response.QueryString("A") with   System.Web.HttpContext.Current.Request.QueryString("A") I'm still not sure it w

RE: RedDot statement and querystring

2011-11-14 Thread Andry Poernomo
Hi Tony, It doesn't load J Andry From: reddot-cms-users@googlegroups.com [mailto:reddot-cms-users@googlegroups.com] On Behalf Of Tony Gayter Sent: Monday, 14 November 2011 8:08 PM To: reddot-cms-users@googlegroups.com Subject: Re: RedDot statement and querystring Here is one

Re: RedDot statement and querystring

2011-11-14 Thread Tony Gayter
Here is one I did http://www.scottish.parliament.uk/help/2394_2905.aspx It is done using content containers and keywords, that way they can have a number of A-Z pages. Might be an easier way to go if you dont have many categories (An A-Z per category), it uses keywords to pull in pages. But

RE: RedDot statement and querystring

2011-11-14 Thread Andry Poernomo
November 2011 7:50 PM To: reddot-cms-users@googlegroups.com Subject: Re: RedDot statement and querystring what do you mean by audience though? Ill assume you mean the published site, if so why dont you output the list of pages in xml (for example) and build a page ro read that and do what you want

RE: RedDot statement and querystring

2011-11-14 Thread Andry Poernomo
ailto:reddot-cms-users@googlegroups.com] On Behalf Of Richard Hauer Sent: Monday, 14 November 2011 7:38 PM To: reddot-cms-users@googlegroups.com Subject: RE: RedDot statement and querystring You might have more luck replacing Response.QueryString("A") with System.Web.HttpContext.Curr

Re: RedDot statement and querystring

2011-11-14 Thread Tony Gayter
what do you mean by audience though? Ill assume you mean the published site, if so why dont you output the list of pages in xml (for example) and build a page ro read that and do what you want with the results? Much easier -- You received this message because you are subscribed to the Google

RE: RedDot statement and querystring

2011-11-14 Thread Andry Poernomo
-users@googlegroups.com Subject: Re: RedDot statement and querystring Question, why are you trying to do this in reddot? There is already a search option, is this somethign which you want in the front end? -- You received this message because you are subscribed to the Google Groups "RedDo

Re: RedDot statement and querystring

2011-11-14 Thread Tony Gayter
Question, why are you trying to do this in reddot? There is already a search option, is this somethign which you want in the front end? -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion on the web visit https://group

RE: RedDot statement and querystring

2011-11-14 Thread Richard Hauer
ndry Sent: Monday, 14 November 2011 10:29 PM To: RedDot CMS Users Subject: RedDot statement and querystring Hi guys, Has anyone worked with a combination of reddot statement and querystring before? I need to crea

Re: RedDot statement and querystring

2011-11-14 Thread Tony Gayter
You will need some preexecute tags in there somewhere, I havent tried it but I would start by wrapping the whole thing qither preexecute tags as I font know ig they will work inside the statement (althoguh they do inside htmltext tags) -- You received this message because you are subscribed to

RedDot statement and querystring

2011-11-14 Thread Andry
Hi guys, Has anyone worked with a combination of reddot statement and querystring before? I need to create an A-Z index page and page search by category. something like... " < %!! Context:CurrentIndex.