I have code that is pulling in values from a database into text boxes.
Everything seems to be working fine except if the value has a space in it, the text box only shows up to the space.
For example if the value in the database is "John Smith" the text box only shows "John".
Is there a way to pull in the full value?
Thanks.