Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/09/2010, 00:07
winexim
 
Fecha de Ingreso: marzo-2007
Mensajes: 74
Antigüedad: 17 años, 2 meses
Puntos: 0
Respuesta: Ayuda!!! Gridview con JavaScript

cambia esta linea

CheckBox chk1 = (CheckBox)e.Row.FindControl("chkItem__");


por esta y me dices como te fue

CheckBox chk1 = (CheckBox)e.Row.FindControl("chkItem");

saludos

y la linea que tienes comentada en el jpg la comentaste por que te salia el error?