Hi all,
I have a drop-down listbox in my ASP page. I populate its content from a database. When the user chooses a value, it gets stored in the database only partially.
For instance, if I choose 'ABC Company Ltd', it gets saved onyl as 'ABC'. Similarly, it gets saved only till the blankspace.
Any guess why this is like this? I checked for ehe entire code, its all correct.
Kindly help