ralphtrent
Programmer
Hi all
Im new to ASP.Net, but not ASP. I have been working with ASP for about 4 years. I am trying to get into the .Net world and I ran into a problem using the round command. I am getting this error message when the round function is called.
BC30451: Name 'round' is not declared.
Here is my call to it:
response.write(round("239209.091",2)
Any Idea's?
Thanks
Ralph
Im new to ASP.Net, but not ASP. I have been working with ASP for about 4 years. I am trying to get into the .Net world and I ran into a problem using the round command. I am getting this error message when the round function is called.
BC30451: Name 'round' is not declared.
Here is my call to it:
response.write(round("239209.091",2)
Any Idea's?
Thanks
Ralph