简体   繁体   English

显示模态对话框窗口

[英]Show modal dialog window

I am using IE 7 ASP.net C#. 我正在使用IE 7 ASP.net C#。

In my page i am opening show modal dialog window, in this window i have a link to open a show modal doalog window. 在我的页面中,我正在打开“显示模式对话框”窗口,在该窗口中,我有一个链接可打开“显示模式对话框”窗口。 Second window has a save button. 第二个窗口有一个保存按钮。

On clicking this button this opens the same window unnecessarily. 单击此按钮后,将不必要地打开同一窗口。

Any suggestion? 有什么建议吗?

Code for Save Button 保存按钮的代码

<asp:Button ID="btnSave" runat="server" Text="Save" OnClick="btnsave_Click" ValidationGroup="save"
                                            CausesValidation="true" class="button_popups" />
<base target="_self" />

这是问题窗口的head标签中必需的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM