Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/08/2005, 14:48
Santy.E
 
Fecha de Ingreso: julio-2005
Mensajes: 78
Antigüedad: 19 años, 7 meses
Puntos: 0
ds= new DataSet();
ds=clsUtilidades.SelectSeguridad("strDescCortaTb, strDescripcionTb, strValorTb","tblTablasBasicas", "strCodAppl=" + clsUtilidades.CodAppl() + " AND strCodigoParam=" + clsUtilidades.CodParamEtapa(),ds);

this.cboEtapa.DataSource=ds.Tables[0];
this.cboEtapa.DisplayMember="strDescripcionTb";
this.cboEtapa.ValueMember="strValorTb";