London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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