ciao,
io mi sono sempre inserito il Drop in modo automatico:
codice:
If Not objreader Is Nothing Then
    oggetto.DataValueField = value
    oggetto.DataTextField = text
    oggetto.DataSource = objreader
    oggetto.DataBind()
    objreader.Close()
End If
ora invece lo devo fare manualmente però boh come si fa? hehehehe

lst_Modo.DataTextField("Bimestral")
lst_Modo.DataValueField(tasso * 2)
lst_Modo.DataTextField("Mensual")
lst_Modo.DataValueField(tasso)
lst_Modo.DataTextField("Semanl")
lst_Modo.DataValueField(tasso/4)

cosi non va?



grazie