protected override void AfterEditAfterCommit(EditEventArgs e) { base.AfterEditAfterCommit(e); //call the site to refresh the content Http.AsynWebRequest(RefreshUrl, new ErrorHandling()); }