Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
What I need is to get a param from macroA and pass it to macroB wihtin my template. Would that be possible? Any ideas or directions would be great.
<umbraco:Macro Alias="macroA" runat="server"></umbraco:Macro> <umbraco:Macro Alias="macroBA" paramA="paramFromMacroA" runat="server"></umbraco:Macro>
Cheers, Giorgos
There is no way to do that so I think just to store it in a session variable and just use it whenever I want to.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get a param from macro and pass it to another macro
Hello,
What I need is to get a param from macroA and pass it to macroB wihtin my template. Would that be possible? Any ideas or directions would be great.
Cheers, Giorgos
Hello,
There is no way to do that so I think just to store it in a session variable and just use it whenever I want to.
Cheers, Giorgos
is working on a reply...