3月7日
RequiredFieldValidator and CheckBox
Recently I wanted to assure that a CheckBox is checked in an ASP.NET 2.0 form before submitting it. Unfortunately the RequiredFieldValidator doesn't accept CheckBox as a ControlToValidate target.
Wouldn't it be intuitive for these Controls to work together?