Save the Date: NYSAR Lobby Day – April 30, 2024

Jun 14, 2023
Mark your calendars – NYSAR’s annual Lobby Day in Albany is scheduled to take place on Tuesday, April 30, 2024. Following this year’s record attendance, next year’s NYSAR Lobby Day has been moved to a larger adjacent venue, the Empire State Plaza Convention Center. More details to come. We look forward to seeing you there next year!
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); }