ajaxtoolkit模态弹出子窗口应将gridview的行值返回到父页面

发布于 2024-11-07 08:15:40 字数 192 浏览 0 评论 0原文

我是ajax新手,我正在使用ajaxtoolkit modalpopup,这是在父页面上的girdview中使用图像按钮的情况,

打开了有一个girdview的modalpopup(child),我想从childpage到父页面文本框,modalpopup面板在同一个父页面。

帮助我...如何克服这个问题,

谢谢Adv。

i'm new to ajax, i'm using ajaxtoolkit modalpopup here's the case

using an image button in a girdview on the parentpage modalpopup(child) is opened which has a girdview, i want to return the vale of the row of gridview from the childpage to the parent page textbox, modalpopup panel is on the same parent page .

Help me out...how to overcome this problem,

Thanks in Adv.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏天碎花小短裙 2024-11-14 08:15:40

请粘贴代码,模态弹出窗口和控件将在同一页面,以便您可以直接访问,请在出现错误的地方粘贴代码。

Please paste code, also modal pop up and controls will be the same page, so you can access directly, please paste code where you are getting error.

饮惑 2024-11-14 08:15:40

你为什么不使用 javascript

ScriptManager.RegisterStartupScript(Me, Me.GetType(), "Key", "window.open('popupnew.aspx?QueryString "', 'newwindow','toolbar=no,location=no,menubar=否,宽度= 500,高度= 300,可调整大小=否,滚动条=否,顶部= 200,左侧= 250')“,False)

创建一个您想要在弹出窗口的父页面中使用的 Globel 变量
使用变量后清除它

why dont you use javascript

ScriptManager.RegisterStartupScript(Me, Me.GetType(), "Key", "window.open('popupnew.aspx?QueryString "', 'newwindow','toolbar=no,location=no,menubar=no,width=500,height=300,resizable=no,scrollbars=no,top=200,left=250')", False)

create a globel variable that you want to use in parent page in popup
after using variable clear it

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文