Where a DropDownList is populated dynamically, and mandatory, it makes sense for there to be an option to automatically default to the first item in the list. Especially as there may only be one item in the list, or the first item may account for 99% of cases.
It would be great if this could be done via a simple property: DefaultToFirst="true".