![]() |
Sergey Kornilov admin 1/30/2004 |
Hi, Response.Write "€ " & FormatNumber((GetData(rsData.Fields("Price"), "")))
|
E
|
elparaiso author 1/30/2004 |
You'll must bare with me - Thank you but where does the code go ? I am new to this and love the asprunner but my lack of knowledge is frustrating |
![]() |
Sergey Kornilov admin 1/30/2004 |
Hi, <% if IsBinaryField(rsData.Fields("Date Listed")) then Response.Write CreateImageControl(rsData, "Price") else Response.Write ProcessLargeText(GetData(rsData.Fields("Price"), "")) end if %>
<% if IsBinaryField(rsData.Fields("Date Listed")) then Response.Write CreateImageControl(rsData, "Price") else Response.Write "€ " & FormatNumber((GetData(rsData.Fields("Price"), ""))) end if %>
|