Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
protected PageReference MenuRoot
{
get
{
if(CurrentPage["TreeNode"] != null)
return (PageReference)CurrentPage["TreeNode"];
else
return Configuration.StartPage;
}
}
ascx page
PageLink=<%#configuration.startpage%>%#configuration.startpage%>
jag misstänker att jag få bygga en egen funktion som på något sätt retunerar PageReference?? /Tomas