Hi,
I have one PageTemplateExtender with some Tags... this tags are printing normally. If I use in one template (DataList) is printing but if I use the "IF Statements" to check is not working... But If I use the "IF Statements" in Master template than is working.
I'm using like this ways...
template.SetTag("Hupx.PM.SubProjectManager", (SubProjectManager == user.ID ? "True" : "False"));
PageView.TemplatePage.SetTemplateValue("Hupx.PM.ProjectManager", (ProjectManager == user.ID ? "True" : "False"));