hello, i have a problem with combobox to stored in sql database
this is my code
cmbDept.Items.Add("" & dtUser.Rows(i).Item(0) & "/" & dtUser.Rows(i).Item(1) & "")
how to take the first item from combobox "dtUser.Rows(i).Item(0)"
and stored in sql database. ??