Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
protected void Application_Start(Object sender, EventArgs e)
{
Global.EPDataFactory.PublishingPage += new PageEventHandler(SetPageAccess);
}
private void SetPageAccess(object sender, PageEventArgs e)
{.
.
.
}