页面修改的事件处理程序
我想处理发生在 aspx 页面上的事件,特别是 sharepoint webpart 页面。
我在 Visual Studio 事件接收器中找不到任何内容。
有什么办法可以实现这一点吗?
提前致谢!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想处理发生在 aspx 页面上的事件,特别是 sharepoint webpart 页面。
我在 Visual Studio 事件接收器中找不到任何内容。
有什么办法可以实现这一点吗?
提前致谢!!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
是 SharePoint 2007 还是 2010。如果您使用的是 2010,那么使用 Visual Studio 2010 就很容易做到:http://msdn.microsoft.com/en-us/library/ms453149.aspx
Is it SharePoint 2007 or 2010. If you're on 2010 then it's very easy to do using Visual Studio 2010: http://msdn.microsoft.com/en-us/library/ms453149.aspx
有哪些类型的事件?
如果您想使用页面生活中的方法循环,您可以创建一个WebPart并重写方法:OnInit,OnLoad ...
来源:http://www.wictorwilen。 se/Post/SharePoint-Web-Part-Event-Flow-in-detail.aspx
What types of events ?
If you want to use the methods in the page life cycle , you can create a WebPart and override the methods : OnInit, OnLoad ...
source : http://www.wictorwilen.se/Post/SharePoint-Web-Part-Event-Flow-in-detail.aspx