从服务器事件调用客户端按钮单击(asp.net)
我正在构建一个 asp.net 应用程序,该应用程序在更新面板内有一个 gridview 。
在此网格中,我添加了一个命令字段,该字段引发服务器事件以填充模式弹出隐藏 div 部分上的字段。
当然,一旦填充,我想向用户显示模式弹出窗口。
我的问题是:如何使该弹出窗口可见?
使用 http://www.ericmmartin.com/projects/simplemodal/
我以同样的方式 在示例中工作,当我单击客户端链接时,模式运行良好,但是即使使用 asp.net(VB 或 C#),如何从服务器端调用 show 事件?
我对 JQuery 和 AJAX 完全陌生,感谢您的帮助
Steph
I'am building an asp.net application that have a gridview inside an update pannel.
In this grid, I added a command field that raise a server event to fill fields on my modal popup hiden div section.
Off course, once filled, I want to display the modal popup to the user.
my issue is : how do I make that popup visible?
I use http://www.ericmmartin.com/projects/simplemodal/
the same way it work in the sample, the modal work well when I click on a client side link, but how may I invoke the show event from a server side even with asp.net (VB or C#)?
I am totally new to JQuery and AJAX, thanks for your help
Steph
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此代码添加到命令按钮的单击处理程序方法中:
Add this code to command button's click handler method: