I think a requiredvalidator applied to a listbox validates whether the listbaox has an iemselected or not, meaning that if I have items on my listbox but none is selected then the validation fails.

Instead of that, I want to implement The following behaviour :

If the listbox contains items then I want the validation to pass but if it has no items, I want the validation to fail.

Any suggestion pls?

Thank thee