Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/04/2008, 16:16
Avatar de Fann_Lavigne
Fann_Lavigne
 
Fecha de Ingreso: diciembre-2004
Mensajes: 622
Antigüedad: 20 años
Puntos: 12
Re: Recorrer gridview

De esta forma:

Dim itm_Item As GridViewRow

For Each itm_Item In Me.gv_Main.Rows
Dim txt_TotalTgt As WebControls.TextBox = itm_Item.FindControl("gv_txt_TotalTgt")
txt_TotalTgt.Text = "ai"
Next

Es esta caso yo accedo a un TextBox pero tu, puedes cambiarlo a tu CheckBox.
__________________
"Entre Mas Brillante Es Una Mente, Tiene Que Luchar Contra Demonios Internos Mas Poderosos"
[email protected]