Private Sub DropDownList2_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList2.SelectedIndexChanged
Dim pippo = DropDownList2.SelectedItem.Value
dim pluto =dropdownlist2.selecteditem.text
End Sub