if (result)
{
ScriptHelper.RegisterScript(this.Page, "window.parent.refresh();");
}
else
ScriptHelper.RegisterScript(this.Page, "alert('保存失败!')");