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.
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
is working on a reply...