页面修改的事件处理程序

发布于 2024-10-17 07:36:26 字数 131 浏览 7 评论 0 原文

我想处理发生在 aspx 页面上的事件,特别是 sharepoint webpart 页面。

我在 Visual Studio 事件接收器中找不到任何内容。

有什么办法可以实现这一点吗?

提前致谢!!

i want to handle events that are occuring on a aspx Page specifically sharepoint webpart page .

i ddnt find anything in visual studio event receivers .

is there any way to achieve this ?

thanks in advance!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

没企图 2024-10-24 07:36:26

是 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

泪冰清 2024-10-24 07:36:26

有哪些类型的事件?
如果您想使用页面生活中的方法循环,您可以创建一个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 ...

enter image description here

source : http://www.wictorwilen.se/Post/SharePoint-Web-Part-Event-Flow-in-detail.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文