How to Help Your Clients Pay No Tax Through 1031 Exchanges

How to Help Your Clients Pay No Tax Through 1031 Exchanges

Oct 4, 2023, 16:37 PM
Title : How to Help Your Clients Pay No Tax Through 1031 Exchanges
External URL : https://youtu.be/qklvFBX0KU0
Duration : 62 mins
Categories :
  • Wednesday Webinars
Tags :
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); }