我想在 Sharepoint Gridview 内按钮的单击事件上触发 Modelpopup 扩展程序
我有一个动态创建的 SPGridview。 在网格的一列中,我有链接按钮。 我想在此链接按钮的单击事件上显示 modelpopup 扩展程序。
欢迎任何带有示例代码的答案
I have one dynamically created SPGridview.
In one column of the grid i have link button.
I want to show modelpopup extender on click event of this link button.
Any answer with sample code are most welcome
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够从这篇文章中获得您想要的内容。
我建议您使用 2010 版 SharePoint 中使用的 SPDialog 框架。
这两个链接应该对您有帮助。 安德鲁文章 & 伊斯兰教
但是您还需要一件事为弹出窗口使用单独的页面。
You should be able to get what you wanted from this article.
I would suggest you to use SPDialog Framework that is used in 2010 Version of SharePoint.
These two links Should Help you . Andrew Article & Islams's
But one more thing you will need to use a Seperate Page for the Popup.