Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to validate checkedlistbox and showing error icon in mvc4?i.e when not checking at least one it should show error message and icon ?
Please explain in brief?
Posted

1 solution

Hi, you can validate checkedlistbox by using JavaScript:

step 1: assign Id for Checkbox
step 2: check its values or checked or not in javascript
strp 3: from that javascipt function you can return the error image also
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900