Request & RequestQueryString not returning anything
I'm using the blog application in Umbraco 4.5.2. In my xslt I'm trying to use Request to get the filterBy to return a list of 'tagged' posts but it's always coming back as empty. I'm trying to print the value out to the screen by doing this:
Request & RequestQueryString not returning anything
I'm using the blog application in Umbraco 4.5.2. In my xslt I'm trying to use Request to get the filterBy to return a list of 'tagged' posts but it's always coming back as empty. I'm trying to print the value out to the screen by doing this:
Or
I did the above to see if it was my code for passing it into a variable (which it wasn't). My code to get the filterBy into a variable is as follows:
Non of the above are working and I have no idea why. Stating the obvious, filterBy has a value in the Query String: http://test.ecargo.co.nz/news.aspx#?filterby=Our%20Customers :)
What is going wrong?
Hi Lloyd,
You're doing everything right - but the QueryString IS actually empty :-)
Everything after the hash (#) is, well, the "hash" of a URL - so that's why.
/Chriztian
lol, of course [slaps himself on the head]!
Thanks for pointing that out.
is working on a reply...