grosich

grosich

  • NA
  • 9
  • 0

dropdownlist validation in web form ???

Dec 15 2003 11:09 AM
Hi, I'm new in C# (two weeks) and I need to control a dropdownlist with some validator, I've used a required field validator with initial value="", and a regularexpresion validator with myddl.SelectedValue!="" but none of them works. The list has an item with value "" just to start with it, with nothing, but the user must select one element. How can I control this? Thanx in advance.

Answers (1)