Hello.
Is there a way to reset a tag that is set at page level (in default.aspx)?
In the default.aspx I have
Pageview.TemplatePage.SetTemplateValue("AOL1.Login.BookingReference", userabreu.BookingReference);
The problem is the variable is only set at module level, so the first time I land on the page the value is empty. Is there a way to reset the tag, without resetting it in the module?
Thanks.