PDA

View Full Version : asp (NET)



soul4real
06-05-2002, 02:56 PM
I want to take input froma html form and use it as a double. I am making a banking system, and I want to deposit money to an account. Im thinking I need to parse the input from the html form first, but I dont know how to do that.

ywhw
06-26-2002, 02:51 AM
I know one thing from my experience MONEY in HTML is tough. If you are useing IE ONLY then there is a money format, when you get the data back though you should use a cdbl(string) in your code this will convert it to double.

hope this helps somewhat.