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
Global.EPDataFactory.LoadedDefaultPageData += new PageEventHandler(EPDataFactory_LoadedDefaultPageData);
protected void EPDataFactory_LoadedDefaultPageData(object sender, PageEventArgs e)
{
e.Page["PageName"] = "The PageName";
}
Regards,
Johan Olofsson