Is it possible to run a calculation when presenting a number from a recordset to a webpage
I want to deduct 10% off the number in the database.
I've tried the below:
<%=((Recordset1.Fields.Item("FullCover").Value)*90/100)%>
But it just returns "-1.#IND"
Aucun commentaire:
Enregistrer un commentaire