将文档添加到库时使用 Web 部件
当用户将文档上传到 SharePoint 库时,我需要向他们提供一些下拉列表和文本字段,他们可以在其中提供一些额外的信息。下拉列表将从数据库中填充。
我目前采取的方法是创建一个显示用户控件的 Web 部件。用户控件包含下拉菜单。我可以将 Web 部件添加到 SharePoint 页面,它会按预期工作(从数据库提取数据并在 UC 中显示)。
但是,我需要在他们将文档上传到图书馆后显示此页面。这可以使用工作流程来实现吗?
感谢您的帮助。
When a user uploads a document to a SharePoint library, I need to present them with a few dropdowns and text fields where they can provide some extra info. The dropdowns are going to be populated from a database.
The way I have currently gone about this is create a Web Part which displays a user control. The user control contains the dropdowns. I can add the Web Part to a SharePoint page and it works as expected (pulls data from DB and displays in UC).
However I need this page to display after they have uploaded a document to a library. Would this be achieved using a Workflow?
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是您希望额外的信息作为页面而不是 Web 部件存在?让事件接收者看看:
MSDN 博客:事件处理程序 - 第 1 部分
MSDN 博客:事件处理程序 - 第 2 部分
MSDN 博客:事件处理程序 - 第 3 部分
事件接收器类
You mean that you'd like the extra info to live as a page, and not a web part? Give event receivers a look:
MSDN Blogs: Event Handlers - Part 1
MSDN Blogs: Event Handlers - Part 2
MSDN Blogs: Event Handlers - Part 3
Event Receivers Class