Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/05/2010, 17:35
dcastroc
 
Fecha de Ingreso: mayo-2010
Mensajes: 5
Antigüedad: 14 años
Puntos: 0
Ocultar columna

Cita:
Private Sub muestradato_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles muestradato.CellClick
rut = muestradato.Rows(e.RowIndex).Cells(0).Value
nom = muestradato.Rows(e.RowIndex).Cells(1).Value
ape = muestradato.Rows(e.RowIndex).Cells(2).Value
esp = muestradato.Rows(e.RowIndex).Cells(3).Value
area = muestradato.Rows(e.RowIndex).Cells(4).Value
est = muestradato.Rows(e.RowIndex).Cells(5).Value
tipo = muestradato.Rows(e.RowIndex).Cells(6).Value
usu = muestradato.Rows(e.RowIndex).Cells(7).Value
con = muestradato.Rows(e.RowIndex).Cells(8).Value
es parte del codigo, quisiera que el ultimo campo con que es distintivo de contraseña no me lo muestre en el gridview

Ojala me ayuden grax