违反规则会阻止在 ASP.NET MVC 中保存
在调试我的用户信息的编辑时,它显示了违反规则的情况,导致无法保存。这是为什么呢?即使我正在检查所有必填字段的值,这些字段按要求在数据库中设置。我正在使用带有 Linq to sql 概念的 asp.net MVC 应用程序。我正在尝试编辑我的用户信息记录。如何获取缺少哪个验证?我看到了堆栈跟踪,但是它只显示了 db.SaveUpdates() 行,这听起来没有任何信息。
While debugging the edit of my usser information it is showing the esception of Rule violations prevent saving. Why this is? even I am checking values for all the compulsory fields, which set in DB as required. I am using asp.net MVC application with Linq to sql concept. I am trying to edit my user information record. how to get which validation is missing ? I saw a stack trace but , it showing only the line of db.SaveUpdates() , which sounds no information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论