Hello
I have a form which the user fills out which includes text boxes, drop down lists, radio button lists and check box lists. All of which use the RequiredFieldVa lidator and at the top of the page I display a ValidationSumma ry.
All works fine other than (as I'm sure you know) checkboxlists.
A quick search shows there is no standard control to validate checkboxlists. D'oh!!
I want to know what the best way forward (custom validation?) is as I want the invalid comments to appear within the validationsumma ry (or is this just asking for trouble) to keep everything together?
Any ideas?
I have a form which the user fills out which includes text boxes, drop down lists, radio button lists and check box lists. All of which use the RequiredFieldVa lidator and at the top of the page I display a ValidationSumma ry.
All works fine other than (as I'm sure you know) checkboxlists.
A quick search shows there is no standard control to validate checkboxlists. D'oh!!
I want to know what the best way forward (custom validation?) is as I want the invalid comments to appear within the validationsumma ry (or is this just asking for trouble) to keep everything together?
Any ideas?
Comment