The value displayed in the price column is the price of the Unit. This
value may vary depending on the conversion rates. The conversion rate
that we are using for these calculations are given in the Conversion
Rate against Dirham column.
Currency
Conversion Rate against Dirham
Price
<% DO WHILE NOT RsConv.EOF%>
<%=RsConv("CurName")%>
<%=RsConv("CurRate")%>
<%
Dim i,j,s
i = RsConv("CurRate")
j = Price * i
if j ="" then
response.write "Cannot convert"
else
response.write j%>