Hi All,
I have a query which returns results from a DB and places those values in a textbox or text area. What seems to be happening is that any string with whitespace is terminating at the whitespace
ie "31in Base" is being shown in the text box as "31in"
or
"some description of the product" is shown as "some" or its blank...
does any one have an idea why?
Does it have to do with urlencoding? or should i be clearing the cache (ie set to no-cache) to get the page to reload completely?
thanks
Bastien