How to validate a DropDownList

  • Thread starter Thread starter DSilent
  • Start date Start date
D

DSilent

Is it possible if I validate a DropDownList. Like, if I have one
DropDownList, call it DropList then has Initial Value like "[choose
one]" so thats also DropList.SelectedIndex==0, right? I've tried using
RequiredFieldValidator, but it wont work. Then what should I do with
that problems..? Can Anyone help me?

Thanks B4.
 
Under FP Form Field Validation, just set the Validation to disallow the first choice, this will make
the field required.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top