I want to validate a drop down box. It should show a validation message if the value in the dropdown box is null. I am in a situation of not removing null value from default option.I have the following options for dropdown list.
' '(null value by default)
option1
option2
option3
I am using regular expression to pass null value.
I don't know is that correct passing null value. or any other way.