NYSAR Call for Action: "Say NO to Unfunded Mandates in Homeownership!"

Sep 24, 2024

Have you answered NYSAR's Call For Action yet? Take Action now and tell the Governor, State Lawmakers, and Code Council to oppose mandated residential fire sprinklers in New York!

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); }