Código:
pero en VB.NET no existen la propiedad DataTextField ni DataValueField.daCentroDist.Fill(dsCentroDist) cobCentroDist.DataSource = dsCentroDist cobCentroDist.DataTextField = "cdDescripcion" cobCentroDist.DataValueField = "cdCodigo" cobCentroDist.DataBind()
Entonces, como lo haría en VB.NET, acaso ahi entra en juego un datacombo?
