Not sure of you situation, but you may want to consider adding a "Select One" option
<asp:ListItem value="" text="Select One"/>
<asp:ListItem value="123" text="Item124"/>
Then add some back-end logic to make sure selected index is >0 to make sure your item is selected.