If I there is a space that is submitted in a form as a value in a textbox, it puts it in the URL as %A0. This is causing problems in my update statement because it says it can't convert a varchar to a float.
Does anyone know how to get around that or deal with the %A0, which prints out as a space even after a trim?
