Tema: DataBinder
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/05/2005, 05:29
Avatar de Jose_minglein2
Jose_minglein2
 
Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 19 años, 7 meses
Puntos: 8
<%# Comrpobar(databinder.eval(container.dataitem, "micolumna")) %>

en el codebehid

public function Comprobar(byval valor as string) as string
if convert.tostring(valor)="0"
return ""
else
return valor
end if
end function