Posted inJAVA SCRIPT
Multiple Radiobutton Validation by using Group-Name
This is a simple way to validate a group of RadioButton in a page using Java Script.
If you want to validate multiple radio buttons categorised by their groupname attribute.
Lets assume there are 6 radio buttons belongs to 3 different groups.
Its a simple JS validation for multiple groups and u can show the error message also at a time those fileds which are not filled thats why a span tag is provided der.
Make sure that only group names should be in the format as in this example likegroup1....group10 and span names like span1,span2....span15.
Paste the code in the Default.aspx