DVWP - 将 rowId 传递给子加入的子视图
我在 Sharepoint Designer 中有一个 DVWP,显示测验的答案列表(列表项)。这是一个连接的子视图,用于将另一个列表中的相应问题加载到答案行中。
从每个答案行,我如何将其相应的 rowId 传递到辅助连接子视图?我似乎无法从子级中访问父级的 rowId 。
基本上,我试图让每行中的子项加载父问题的可能答案列表。
任何建议都会很棒!
I have a DVWP in Sharepoint Designer displaying list of answers from a quiz (list items). This is a joined subview to load the corresponding question from another list into the answer row.
From each answer row, how do I go about passing its corresponding rowId to a secondary joined subview? I can't seem to access the rowId of the parent from within the child.
Basically I'm attempting to make the child in each row load a list of possible answers to the parent question.
Any suggestions would be great!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 Web 部件连接来执行此操作。如果您创建了自定义数据视图,则需要连接连接接口 (http://msdn.microsoft.com/en-us/library/ff597538.aspx)。请注意,Web 部件连接仅适用于 Web 部件页面 - 它们不适用于 Wiki 页面。
You should be able to do this using web part connections. If you created custom data views, you would need to hook up the connections interface (http://msdn.microsoft.com/en-us/library/ff597538.aspx). Note that web part connections only work on web part pages - they don't work on wiki pages.