The watermark (or placeholder) is only available for editable controls in the browser. When the combobox is a DropDownList it’s not editable so the watermark doesn’t work. If you set the ComboBox.ReadOnly = true instead and leave the style to DropDown you should get the watermark.
Please login first to submit.