Top "Client-side-validation" questions

If the user is working with a browser that supports dynamic HTML (DHTML), Validation can perform validation using client script.

Radio button validation in javascript

Need to validate a radio button input, i.e. when submit button is pressed and no radio buttons have been …

javascript validation client-side-validation
Unobtrusive Client side validation in MVC4 not working

I have layout page with all scripts as shown below. <!DOCTYPE html> <html lang="en"> <…

jquery asp.net-mvc jquery-validate unobtrusive-validation client-side-validation
Why do we need both client side and server side validation?

The argument for using both client side validation (JavaScript) and server side validation using a validator is this: If the …

javascript validation web-applications client-side-validation server-side-validation
How get AngularJS element by name?

In my form validation there is part of server validations. So I should get back from the server list with …

angularjs validation angularjs-scope client-side-validation
Require validation only if the field is visible

I am using the [Required] attribute for the client-side validation in ASP.NET MVC 3. The class looks as: public class …

jquery asp.net-mvc-3 jquery-validate requiredfieldvalidator client-side-validation
Rails 4 client side validation

Since upgrading my site to Rails 4, the client-side-validations gem has stopped working for me. I have had a look at …

javascript ruby-on-rails ruby ruby-on-rails-4 client-side-validation
RequiredIf not working in MVC 5?

I would like to know if there exists RequiredIf annotation in MVC 5 because I'm in trouble trying to use it …

c# asp.net validation client-side-validation
How to check if user already exists on client-side in ASP.NET MVC 5?

Using Visual Studio 2013.4 (Visual Studio 2013 Update 4) I have created a regular ASP.NET MVC 5 project with Individual User Accounts authentication …

c# asp.net asp.net-mvc asp.net-identity client-side-validation
.Net Mvc 3 Trigger (other than submit button) Unobtrusive Validation

What I would Like I would like to trigger client-side validation in my View with an event of my choice. …

asp.net-mvc-3 client-side-validation unobtrusive-validation
Using a html.validationmessagefor for a client side error message

I have server side validation messages for some of my text fields. The field 'title' is a required field server …

javascript jquery html asp.net-mvc client-side-validation