Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/01/2010, 06:52
berthus
 
Fecha de Ingreso: octubre-2006
Mensajes: 68
Antigüedad: 18 años
Puntos: 0
funciones dentro de un formview

hola tengo un formview, y uno de los campos que muestro en el ItemTemplate es
el precio
<asp:Label ID="PrecioLabel" runat="server" Text='<%# Bind("Precio") %>' />

y me gustaría hacer un formatcurrency, pero no se donde ponerlo
<asp:Label ID="PrecioLabel" runat="server" Text='<%# formatcurrency(Bind("Precio"),2) %>' />

alguien sabe como puedo hacerlo

Gracias