如果 Sharepoint 中的数据视图 Web 部件没有数据,如何显示默认文本?
我正在尝试使用 Sharepoint 中的数据视图 Web 部件。 网络上有许多与填充数据相关的文章。 我的问题是,如果数据源为空怎么办? 在这种情况下有没有办法显示默认消息?
I am trying to use the Data View Web Part in Sharepoint. There are many articles on the web related to populating it with data. My question is, what if the data source is empty? Is there a way to display a default message in this scenario?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 XSL 样式表中执行此操作,这就是 SharePoint Designer 在设置数据源为空时显示的文本时执行的操作。
You can do this in the XSL stylesheet, which is what SharePoint Designer does when you set the text to display if data source is empty.
转到 DataView 属性,在底部的常规选项卡下有一个字段,您可以在其中键入要在显示 n 数据时显示的消息。
Go to the DataView properties, under the General tab at the bottom there is a field where you can type the message that you want to display if there n data displayed.