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
public abstract class ContactScript : UserControlBase { protected EPiServer.WebControls.MenuList ContactListA; protected EPiServer.WebControls.PageTree ContactListB; protected EPiServer.WebControls.MenuList ContactListC; protected System.Web.UI.WebControls.Literal MetaTagGenerator; public int region_index=0; private void Page_Load(object sender, System.EventArgs e) { DataBind(); if(!IsPostBack) { ContactListA.DataBind(); ContactListB.DataBind(); } } }
Thanks in advance! // Tony