Hey Shawn, I agree, I really liked that feature. If you are intereted, I have implemented the workaround below: // <%= Html.DropDownList("promptList", new PromptSelectList(items, "ValueField", "TextField", selectedValue) { Prompt = "Please select" }) %> public...