globularbob
Programmer
Hello
Here is the code:
Response.Write("<TD><INPUT type=text maxlength=50 name=Desc id=Desc value='" & rsTasks.Fields("Notes"
& "'></TD>
When the rsTasks.Fields("Notes"
returns a value with a single quote, such as "Can't do this" the textbox only shows "Can" because it's thinking that the apostrophe is the end of the string. I can submit it to the database just fine, but can't return it the way I want. If I lose the single quote in the response.write, then the first word of the sentence comes back, but nothing else. (example: "Can't"
Any ideas??
THANKS!!!!!
GB
Here is the code:
Response.Write("<TD><INPUT type=text maxlength=50 name=Desc id=Desc value='" & rsTasks.Fields("Notes"
When the rsTasks.Fields("Notes"
Any ideas??
THANKS!!!!!
GB