I have a string value that is retirved from the database.
This value has a space and some characters after it.
When I do a Response.Write all the characters are dispalyed.
But when I display it in a textbox using:-
Response.Write "<Input type=text size=32 value=" & strValue & ">"
Only the characters until the space are displayed.
The characters after the space are not displayed in the textbox.
The length of the string is much less than the size of the textbox
Any idea why?
Thank you
This value has a space and some characters after it.
When I do a Response.Write all the characters are dispalyed.
But when I display it in a textbox using:-
Response.Write "<Input type=text size=32 value=" & strValue & ">"
Only the characters until the space are displayed.
The characters after the space are not displayed in the textbox.
The length of the string is much less than the size of the textbox
Any idea why?
Thank you