In effetti popolo la Drop dall'evento LOAD della DROP stessa....
codice:
Protected Sub cmbListCategorie_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmbListCategorie.Load
Dim Generale As New ClassGenerali
Generale.CaricaComboBox(cmbListCategorie, "SELECT id,Categoria,Descrizione FROM CategorieMagliette ORDER BY Categoria ASC;", "Categoria", "id")
End Sub
Se ci metto un
codice:
if ispostback=false then
'carica combo
else
'non fare niente
end if
non me la popola per niente...
Ma ti stai avvicinando all'errore....