NYSAR Pro. Standards: Poaching Clients For Client

Oct 11, 2023    4 mins

NYSAR Pro. Standards: Poaching Clients For Client

Oct 11, 2023, 15:32 PM
Title : NYSAR Pro. Standards: Poaching Clients For Client
External URL : https://youtu.be/On5w_299Z9M
Duration : 4 mins
Categories :
  • Pro Standards
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); }