State Doubles “Do Not Call” Violation Fines

Sep 20, 2023
Governor Hochul has signed into law increased penalties for “Do Not Call Registry” violations, raising top fines from $11,000 to $20,000. Please join LIBOR Government Affairs and NYSAR for Lobby Day in Albany early next year to help pass a real estate exception. This year,  the State Assembly passed our bill to get this done, but it died in the State Senate. Learn more.
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); }