unobtrusive-validation
ASP.Net MVC 3 unobtrusive client validation does not work with drop down lists
I have a simple drop down list, the first item in the list has an empty value. If I do not select anything in the list the client validation ignores it. I have that field set up as required on the mod[详细]
2023-02-06 13:53 分类:问答ASP.NET MVC 3 Remote validation to allow original value
I have a Remote attribute on the email property of my User model. When I create a new user, it works create and tells the users that an e-mail is already in use. Now I\'m having a problem in my editin[详细]
2023-02-06 02:54 分类:问答How to add a 'submitHandler' function when using jQuery Unobtrusive Validation?
I\'m validating a form using the new unobtrusive validation features in ASP.NET MVC 3. So there is no code that I have written to setup jQuery validate to start validating my form.Its all done by loa[详细]
2023-02-05 23:21 分类:问答ASP.NET MVC3 Custom Unobtrusive Client Side Validation not preventing Ajax form post
I have a \"change password\" page that needs to hash any passwords entered on the page via Javascript before sending. To complicate it, the page is loaded via a jQuery load() call, and is submitted by[详细]
2023-02-05 17:52 分类:问答MVC 3 Cant turn off unobtrusive javascript
I\'ve been implementing the new unobtrusive javascript in my mvc 3 project (using RC1). I\'ve added the 3 required scripts to a \"master\" layout page.[详细]
2023-01-27 00:08 分类:问答How can I have a custom ValidationAttribute rendered as a 'data-val-xx' attribute on the client-side?
Given a ViewModel that looks like this: public class Login { [Required] public string Username { get; set; }[详细]
2023-01-23 18:39 分类:问答Can Hudson branch promotion get based on project stability?
Hudson CI server displays stability \"weather\" which is cool. And it allows one project build to kick off based on the successful build of another. However, how can you make that secondary project de[详细]
2022-12-23 22:18 分类:问答