Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I assume that 10.5% should be the result of the formula you have above. Simply take your calculation and, instead of using FormatNumber as you have, use FormatPercent instead. For more help on this, try MSDNperryair said:10 should be 10.5%
<%= formatNumber((intTotal * .10), 2) %>