本文介绍了共享点列表 - 项目更新并显示内联自定义错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

之前我已将itemupdating添加到事件接收器中以获取列表,并在编辑表单中显示错误消息。

Earlier I've added itemupdating to an event receiver for a list and had the error message display in the Edit Form itself.

我对另一个列表执行了相同的操作。但是获取通用错误消息。

I did the same to another list.But getting generic error message.

我们如何在编辑表单中显示错误消息?

How can we display the error message in the Edit form itself?

推荐答案

您是否尝试了不同的列表模板并观察到不同的行为?

Were you trying on different list templates and observed a different behavior?


这篇关于共享点列表 - 项目更新并显示内联自定义错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 07:49