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
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
t letter
> if (strActualLetter != strLetter)
> {
> if (strLetter != "")
> {
> %>
>
>
> <%
> }
> // save the letter for later
> strLetter = strActualLetter
> %>
>
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
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...
>
>
>
> %>"
>
>
: 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
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
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
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
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
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
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
-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
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
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
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
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.
17 matches
Mail list logo