<x:Window ID= "Main_FactorEdit" Title= "编辑因子" Popup= "false" EnableIFrame= "true" IFrameUrl= "about:blank" |
Target= "Top" runat= "server" IsModal= "true" Width= "500px" EnableConfirmOnClose= "true" |
OnClose= "Main_Product_Click" Height= "400px" EnableClose= "true" Hidden= "true" > |
</x:Window> |
后台 |
#region 窗口关闭后刷新表 |
/// <summary> |
/// 说明:窗口关闭后刷新表 |
/// 作者:yxx |
/// 时间:2013-11-12 |
/// </summary> |
protected void Main_Product_Click( object sender, FineUI.WindowCloseEventArgs e) |
{ |
ProductTree.Nodes.Clear(); |
LoadData(); |
HandledTable(ProductID); |
} |
#endregion |
子页面关闭窗体代码 |
Alert.ShowInTop( "修改产品成功" ); |
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference()); |