Unobtrusive Validation refers to a jQuery plugin created by Microsoft used in conjunction with the jQuery Validate plugin.
My forms have inputs with default helper text that guides the user on what to enter (rather than using labels). …
javascript jquery asp.net-mvc asp.net-mvc-3 unobtrusive-validationI've been search for quite a while and haven't been able to find an answer to this. I am using …
asp.net-mvc-3 jquery-validate unobtrusive-validationI have a view model that has year/month/day properties for someone's date of birth. All of these fields …
c# asp.net-mvc asp.net-mvc-4 jquery-validate unobtrusive-validationThis is a part of my Edit view: <dt> @Html.LabelFor(model => model.MainModel.StartDate) </dt&…
jquery asp.net-mvc asp.net-mvc-3 unobtrusive-javascript unobtrusive-validationI have the following view in ASP.net MVC 3: @model Models.CreateProjectViewModel <script type="text/javascript" src="@Url.Content("~/…
asp.net-mvc asp.net-mvc-3 unobtrusive-validation fluentvalidation asp.net-mvc-validationI've got a form that is using unobtrusive JQuery validation along with a validation summary. It works great. However, this …
jquery asp.net-mvc-4 unobtrusive-validationI have the following code in my Model class: [Range(1, 100)] public decimal Price { get; set; } After recent upgrade (I assume) …
asp.net-mvc-4 jquery-validate data-annotations unobtrusive-validationI'm having problems getting the asp.net MVC client-side validation to work how I want it. I have it basically …
asp.net-mvc-3 unobtrusive-validationI have a simple drop down list, the first item in the list has an empty value. If I do …
jquery validation asp.net-mvc-3 drop-down-menu unobtrusive-validationIt's a classic login flow. The user can choose between 'new user' or 'existing user'. If the user is new, …
asp.net-mvc-3 unobtrusive-validation remote-validation