开发者

ValidationSummary not shown

开发者 https://www.devze.com 2023-02-27 11:07 出处:网络
I have created an asp.net mvc 3 razor view and added data annotation attributes on model properties. when i cl开发者_开发百科ick the submit button on form, I see the validation messages as I used Html

I have created an asp.net mvc 3 razor view and added data annotation attributes on model properties. when i cl开发者_开发百科ick the submit button on form, I see the validation messages as I used Html.ValidationMessageFor. but I dont see validation summary although I have added @Html.ValidationSummary(true). Please suggestion fix.


Try passing false:

@Html.ValidationSummary(false)
0

精彩评论

暂无评论...
验证码 换一张
取 消