Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ruald Gerber 20 posts 41 karma points
    Feb 08, 2011 @ 12:21
    Ruald Gerber
    0

    Caching issue

    Hey.

    I am running Umbraco 4.5.1 and am having some issues with caching my .net user control. I want to pass in a parameter to update the control when the parameteer changes. So my control has a property set up to accept this parameter and I do a reponse.write("parameter value") to see what is being passed in.

    I saw a post with Umbraco macro parameters with the following

    Insert page value: [#propertyAlias]

    Insert recursive page value: [$propertyAlias]

    Insert cookie value: [%cookieValueKey]

    Insert value from request collection: [@requestValueKey]

    When I pass in [@requestValueKey] my control works but I dont want to pass in a querystring everytime

    When I pass in [%cookieValueKey] or [#propertyAlias] it doesnt pass anything into the control even though I know that it has a value as I can display those values to the page.

    Any ideas why this doesnt work will be greatly apprciated.

    Thanks in advance

Please Sign in or register to post replies

Write your reply to:

Draft