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
private void Page_Init(object sender, System.EventArgs e){ if(FooterMenu != null && LeftMenu != null){ LeftMenu.MenuListControl = FooterMenu.MenuListControl; } }
I've tried putting this code in different page events to no avail. Anyone any ideas on how I can accomplish this?