Global Committee Meeting

Description

For more information or to RSVP, please email Evan Smith at esmith@lirealtor.com

  • May 29, 10:00 AM to 12:00 PM
  • Woodbury - Woodbury RSC
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); }