简体   繁体   中英

Show modal dialog window

I am using 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标签中必需的

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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