I would like to be able to set a drop down list to null, but prevent the user from selecting a null value. In my windows app I was able to use:
VB Code:
  1. dropdownlist.selectedindex = -1
This doesn't appear to be working with my ASP page. ???