动态选择文档列表来源
我有一个 Web 部件页面,用户可以在其中选择一家公司。这是其他 Web 部件的提供程序 Web 部件。
在页面底部,我的客户想要与所选公司相关的文档列表。每个公司都有自己的文档库,因此我需要以某种方式为文档列表设置文档库。
这怎么能做到呢?我是否必须从头开始使用 SPGridView 创建自己的 Web 部件,或者我可以动态设置文档列表的源(基于搜索 Web 部件中的过滤器值)吗?或者....?
谢谢伊瓦尔
I've got a webpart page where the user selects a company. This is the provider webpart for other webparts.
At the bottom the page my customer wants a list of documents related to the selected company. Each company got its own document library, so I need to somehow set the document library for the document list.
How can this be done? Will I have to create my own webpart with a SPGridView from scratch, or can I set the source for the document list dynamically (based on the filtervalue from the search webpart)? Or....?
Thanks
Ivar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,您必须创建自己的 Web 部件。但为什么不为所有客户使用单个文档库并按客户列进行过滤呢?
You have to create your own web part of course. But why not use a single doc lib for all customers and filter by a customer column?