C# showModalDialog 服务器按钮弹出新窗口
showmodaldialog打开的页面中在<head></head>之间加入一行:<base target="_self">
注:一般用showmodaldialog打开的页面,默认情况下,提交(包括button提交)的时候都会重新打开一个页面
showmodaldialog打开的页面中在<head></head>之间加入一行:<base target="_self">
注:一般用showmodaldialog打开的页面,默认情况下,提交(包括button提交)的时候都会重新打开一个页面