Hey,
The reason is there has to be a default. If no item selected, then the first one on the list is selected. You can rectify this by adding an entry such as:
<asp:ListItem Value="">Select an Item</asp:ListItem>
However, you have to make sure that if they select an item then select this again, that it doesn't cause an error.
Brian
|