Valadating Check Boxes.. Possible?

  • Thread starter Thread starter Michelle A.
  • Start date Start date
M

Michelle A.

I have a 4 page form. First page has a series of check boxes of different
"opportunities" to select from.

These check boxes are optional but they have to at least select one (or fill
in the other text box) before they can go on to step two.

I tried to add a required field validate to this, however I am not sure how
this would work since I cannot select any of the check boxes from the
"ControlToValidate" property.

Any other way of going about this?
 
read this

http://www.aspalliance.com/gzinger/columns/validation.asp

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top