I have a textbox which gets the value of the select option from a dropdownlist, the textbox is binded to a property of the ItemType which has the Required set to true. So if no selection is made from the dropdownlist, it will trigger the validation for…