Capturing Global Customers and Bringing them to Closing

Mar 30, 2023    63 mins

Capturing Global Customers and Bringing them to Closing

Mar 30, 2023, 12:00 PM
Title : Capturing Global Customers and Bringing them to Closing
External URL : https://youtu.be/83RgW0DLZ4Y
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); }