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
Did you decorate your derived VersionListControl class with the plugin attribute? That would probably cause it to load double, since the init system finds the attribute both on the standard class and on your derived class.
brilliant thank you! you also need to comment out the line in the on load event
// ((EditPanel)this.Page).GetTabForPlugIn(typeof(VersionListControl)).PreRender += new EventHandler(this.Tab_PreRender);
brilliant thank you! you also need to comment out the line in the on load event
// ((EditPanel)this.Page).GetTabForPlugIn(typeof(VersionListControl)).PreRender += new EventHandler(this.Tab_PreRender);
hi I am trying to override the editpagebuttoncontrol.ascx.cs file. I have used a VPP to direct requests to my version however when i run it it is putting Version (1)(1) on my tabs!!! it is like it is creating two instances. If i then try and override the VersionListControl i get two "Version" tabs instead of one. Has anyone come across this and found a solution??
Thanks
Gwen