asked on
Response.Write(CDbl(25.76) + CDbl(18.0) - CDbl(43.76))
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
ASKER
I simply converted the figures to Cdec (decimals) instead of a Ddbl (double).
Ben