简体   繁体   English

如何在ASP.NET Web应用程序中打开弹出窗口?

[英]How to open pop-up window in ASP.NET web application?

I'm using a GridView in ASP.NET web application and want to open something like a "new form" (like in Windows Forms application) which will contain the selected GridView row data. 我在ASP.NET Web应用程序中使用GridView,并希望打开类似“新窗体”(如Windows窗体应用程序)的内容,它将包含所选的GridView行数据。 I don't have issues selecting the row and the data, I just want to know how to open a new pop-up window, or secondary page or something like that, and how to pass the information to newly opened pop-up. 我没有选择行和数据的问题,我只想知道如何打开一个新的弹出窗口,或二级页面或类似的东西,以及如何将信息传递给新打开的弹出窗口。

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

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