Hi,
There are 2 easy ways to do this.
1: If you still want the user to be able to open the DropDownList to show the possible values, but not allow changes, then you can use the "SelectedIndexChanging" event like this:
2: If you don't want the user to open the list, you can cancel the PopUpOpening event
Hope this helps
Richard