![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#3
|
|||
|
|||
|
gracias por la respuesta, pero los combobox de vb.net no cuenta con el metodo databind
pero ya encontre la solucion strSql = String.Format("Select * from depto where cve_ctro={0}", Id) adp = New SqlDataAdapter(strSql, Cnn) DS = New DataSet("CntrID") adp.Fill(DS) cmbDepartamento.DataSource = DS.Tables(0) cmbDepartamento.DisplayMember = "des_depto" cmbDepartamento.ValueMember = "cve_depto" y se llena el combo sin ncesidad del data bind... hasta luego |
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|