I have a dropdown list that is currently populated from a result set of a stored procedure. The datasource for the DDL is set to the resultset.
Without inserting a default record into the database (I don't want to do this) how can I add an item to the DDL which is the default selected item on form load?