xval
How do I stop a custom jQuery.validate.errorPlacement function showing multiple error messages?
I\'m using jQuery.validate (with ASP.NET MVC 1.0 and xVal) and trying to override the default error display code so that instead of appending the error span to the element, it appends an error image i[详细]
2023-01-28 09:46 分类:问答Is xVal obsolete with MVC 2?
Now that built-in validation is supported with MVC 2 framework, should we be using it instead?Are there any advantages that xVal has over MVC 2 validation?[详细]
2023-01-23 12:48 分类:问答xval vs MVC 3.0 validations
I was wondering if anyone has any opinions regarding the usage of xVal or MVC 3.0 model validation? I originally started using xVal because of its ability to validate both client and server side but t[详细]
2023-01-23 04:53 分类:问答livequery not always live when used with jquery.validate
I use jquerylive plugin to add additional css classes to .field-validation-error class like this: $(\".field-validation-error\").livequery(function () {[详细]
2023-01-19 10:09 分类:问答Disabling xVal for Hidden Fields
In my MVC application, I\'ve got a page where I use a few hidden fields to make some calculatio开发者_如何学Pythonns under the hood. This page is loaded with xVal validations to make the data coherent[详细]
2023-01-15 01:15 分类:问答How to mark required field in jQuery Validate
I\'m using jQuery Validate and xVal to validate in input forms. This works great. However, I do want to mark my required fields with an asterix (*) or something like that to show which field is actual[详细]
2023-01-08 05:41 分类:问答Best practices for input validation in ASP.NET?
What is the common practice of input validation? In other words do you check for input validation on client-side, on server-side or on both sides?[详细]
2023-01-06 02:53 分类:问答asp .net MVC 2.0 xval Validation element
I got one problem with showing error message to element. Is there any option to turn on messages on place where is Html.ValidationMessageFor(model => model.ConfirmPassword). Becsoue for me it isn’t[详细]
2023-01-01 14:08 分类:问答How to conditionally disable client side validation in xVal?
I am using xVal in a ASP.NET MVC project. One of the forms has two buttons and i want to disable the client side validation when one of the buttons is clicked.Is there a way to conditionally disable c[详细]
2022-12-31 15:42 分类:问答xval get message from resource file
I\'m working on a CMS system which uses a resource file to get information and errorm开发者_如何学编程essages from. The client side validation is working without problems, only it\'s not getting the e[详细]
2022-12-28 19:41 分类:问答