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
<%#container.currentpage.pagelink"]%> runat="server">
%#container.currentpage.pagelink"]%>
<%#eventlist%> runat="server">
<%#((datetime)container.currentpage["eventdatetime"]).tostring("d")%>
%#((datetime)container.currentpage["eventdatetime"]).tostring("d")%>
%#eventlist%>
using EPiServer;
using EPiServer.Core;
using EPiServer.WebControls;
public abstract class AllCourseList : UserControlBase
{
public EPiServer.WebControls.PropertySearch EventList;
private void Page_Load(object sender, System.EventArgs e )
{
DataBind();
}