Don't Gamble with your Safety

Mar 25, 2022    59 mins

Don't Gamble with your Safety

Mar 25, 2022, 16:34 PM
Title : Don't Gamble with your Safety
External URL : https://www.youtube.com/watch?v=7esL2rN326M
Duration : 59 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); }