Why can't I select any items from my DropDownList(info_cmpycde)?

Private Sub info_cmpycde_SelectedIndexChanged
cmpy.text = info_cmpycde.SelectedItem.Value
or
cmpy.text = info_cmpycde.SelectedItem.Text
End Sub

*cmpy textbox is still null value