D
Dave
I recently found out that the RequiredFieldValidator works differently
for a ListBox than I needed; it checks to see if a row is selected,
rather than checking to see if the listbox is empty. I tried using a
CustomValidator but it does not seem to be firing (I have e.false in
the validation function but still no intervention). Does the
CustomValidator also require that a row is selected? Can I use
validators for this requirement or do I have to find some other way?
for a ListBox than I needed; it checks to see if a row is selected,
rather than checking to see if the listbox is empty. I tried using a
CustomValidator but it does not seem to be firing (I have e.false in
the validation function but still no intervention). Does the
CustomValidator also require that a row is selected? Can I use
validators for this requirement or do I have to find some other way?