Questions tagged [client-side-validation]

If the user is working with a browser that supports dynamic HTML (DHTML), Validation can perform validation using client script. It can provide immediate feedback without a round trip to the server

512 questions
-3
votes
2 answers

how to insert only unique value in Editor templates in mvc

i want to enter only unique Machine_serial_no in my editor templates , user can add Machine_serial_no through browsing a file or can enter manually As shown in below code, i just want to make sure that user shouldnot allow to enter same value twice …
-4
votes
1 answer

how to validate a from before submit in codeigniter

i want to validate a from before submit using jquery in codeigniter but i am confused how to validate a form before submit. I know the validation class in codeigniter but i want validate a form in front end.
Shehzad Ahmed
  • 21
  • 1
  • 2
  • 12
1 2 3
34
35