I have the following DropDownList:
@Html.DropDownList("HorasPendenciaID", null, new { @class = "dropdown-custom" })
When you ' 0 ' in your value it is empty. I would like to validate if the DropDown is set to zero or not and display a message forcing the user to select some value. What should I do?