I have an aspropDownList control on one of my forms. When the page loads it contains the 1st value in the list. I know in VB.Net you can set the "SelectedIndex" property to -1 which leaves the control empty upon load. However, I tried doing that with the asp control and it didn't work. How is it done in ASP.Net?

Thanks,