How Not to Be a Robot in A Digital World

Feb 9, 2024    63 mins

How Not to Be a Robot in A Digital World

Feb 9, 2024, 10:50 AM
Title : How Not to Be a Robot in A Digital World
External URL : https://youtu.be/U-B2ADzlZK8
Duration : 63 mins
Categories :
  • Wednesday Webinars
Tags :
protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }