ASP.NET AJAX:如何在用户控件中实现脚本管理器的 PageMethods 功能
我无法在用户控件中实现脚本管理器的 PageMethods 功能,有什么方法可以做到这一点?
I am unable to implement PageMethods feature of the scriptmanager in a usercontrol, is a way in which this can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,这不能完成。 请参阅“UserControl 中的 PageMethods”和“UserControl 中的 ASP.NET AJAX 页面方法”。
No this can't be done. See "PageMethods in UserControl" and "ASP.NET AJAX Page Methods from UserControl".
我很简单,我们只需要在 aspx 页面的代码隐藏中编写页面方法,其中将嵌入 ascx ,瞧! 我们现在可以在用户控件中使用脚本管理器的 PageMethods 功能。
I was pretty simple, we just need to write the pagemethods in the codebehind of the aspx page in which the ascx will be embedded and voila! we can now use the PageMethods feature of the scriptmanager in a usercontrol.