SharePoint - 在 Web 部件上动态设置属性。可以使用内联 C# 代码块吗?或者 JavaScript?

发布于 2024-09-19 11:17:27 字数 217 浏览 6 评论 0原文

我想将 Content by Query 的 FilterValue1 属性动态设置为查询字符串 ID 值。

我尝试使用内联嵌入 FilterValue1="<%= Reponse.Write .. 但没有运气

无需编写自己的 web 部件,有什么方法可以在 aspx 页面上使用小的 C# 代码块更改属性值?

用javascript怎么样?

谢谢!

I want to dynamically set the FilterValue1 property of a Content by Query to the querystring IDs value.

I tried to do it with an inline embed FilterValue1="<%= Reponse.Write .. but no luck

Without having to code my own webpart, any way to change the property value with a small C# code block on the aspx page?

How about with javascript?

Thank you!

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

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

发布评论

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

评论(1

玩心态 2024-09-26 11:17:27

您需要一些代码,但它非常简单且快速。

请查看著名 SharePoint 专家 Andrew Connel 的精彩帖子:

http://www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part -Adding-Dynamic-Filtering.aspx

正如您在安德鲁最后的屏幕截图中看到的,这正是您所需要的:

You need some code, but it is very simple and fast.

Please, take a look at great post from well-known SharePoint expert Andrew Connel:

http://www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part-Adding-Dynamic-Filtering.aspx

As you see on last Andrew's screenshot, it is exactly what you need:

alt text

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