
19/05/2005, 05:29
|
 | | | Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años, 4 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 |