Changes Coming to Stratus. Watch Stratus Add/Edit Video.

Mar 6, 2020

OneKey™ MLS goes live on March 24, 2020. 

There will be changes to Stratus that you need to know about before that date.  

Visit the HELP CENTER at onekeymlsny.com to watch the Stratus Add/Edit video prepared by Technology Trainer - Beth O’Connor. 

We also have the same information available as a PDF under the Documents section on the HELP CENTER.

Watch the video here. 

CLICK HERE TO VISIT THE HELP CENTER



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