Ever wanted to hide the default Categories tab in editmode? Well, with EPiServer CMS 5 and the EditPanel LoadPage event, you can! public class Global : EPiServer. Global
{
protected void Application_Start(Object sender, EventArgs e)
{
...
[
Read full article]