Incomplete data coming into text box
Hi all,
I am trying to insert data from front end(ASP) to oracle database, and it does insert fine, but when I am trying to get that data back to update them from the front end, the text does not show up complete.
Every string if it finds space all data is eliminated from over there.
e.g I entered "BIG BOSS", it enters fine. when I call in front end in the text box all I can see is "BIG" the word "BOSS" is eaten up.
Also if I do a response.write of that field in the earlier line than the text box I can see the data fine as "BIG BOSS".
I did a cstr also did not work.
I have done this thing earlier couple of times but never faced any issue, I dont know whats going on here.
advise please
Thank You
|