ajaxtoolkit模态弹出子窗口应将gridview的行值返回到父页面
我是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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请粘贴代码,模态弹出窗口和控件将在同一页面,以便您可以直接访问,请在出现错误的地方粘贴代码。
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.
你为什么不使用 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