NYSAR Meets with Sen. Sanders’ Office on Coop Disclosure

Apr 26, 2023
This week, NYSAR staff met with Sen. James Sanders’ office (D-Queens) to discuss advancing NYSAR-supported coop fairness and transparency legislation (A.1778S.2964-A; and S.5789/A.2685). Sen. Sanders authors one of these bills and is a sponsor of another. The bills are also included in NYSAR’s legislative priorities to be discussed on our REALTOR® Lobby Day, Tuesday, May 2.
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); }