This seems like a real easy question but I can not figure it out.

I have a DropDownList control that is bound to a dataset. This works fine, however, the DropDownList control automatically selects the first item in this list. How can I make the list start out without any item selected?

thanks