
13/04/2005, 03:58
|
 | | | Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años, 4 meses Puntos: 8 | |
<td>
<% Reducir(DataBinder.Eval(Container.DataItem, "campo")) %>
</td>
En el code: (VB)
private function Reducir(byval texto) as string
return texto.substring(0,20) + "..."
end function |