Hey guys avtually i have a registration form ( a table of 3 columns, the name, textbox and the validations ). Everthing is working fine but i would like to do something which i am unable to do..
Actually in one row there is 2 validations (RequiredFieldVal and CompareVal), the problem i am seeing is that for intance if the checkbox is empty so the RequiredFieldVal exectues and display the message "Password is missing" . Bit now if the password is entered but only 3 in length rhe compareVal eexcutes and disply the message but IT IS DISPLAYED AFTER THE RequiredFieldVal ( despite that one being invisible)..
How i can i make it appear the first message ??