Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/12/2007, 10:09
erjito
 
Fecha de Ingreso: diciembre-2007
Mensajes: 1
Antigüedad: 17 años, 2 meses
Puntos: 0
Re: DataBindings en .Net

Cita:
Iniciado por rmarinsd Ver Mensaje
Pues sigo en la fiesta y no te entendi muy bien pero haber si esto te sirve:

Código:
private void SetDatabindings(object value)
{
    /////Limpias el control
    this.txttexto.DataBindings.Clear();
    this.cmbcombo.DataBindings.Clear();

    /////Bindeo al control
    this.txttexto.DataBindings.Add("Text",value,"Atributo1");
    this.cmbcombo.DataBindings.Add("SelectedValue",value,"Atributo2");

}
Suerte cualquier cosa pues aca andamos en el foro o algun master de aca te puede ayudar
quiero ayuda sobre el boton eliminar y guardar e vb.net 2005