472,122 Members | 1,459 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

Instead of , the word comma is gettin displayed

hi all,

I have a Webpage where i need to add the some information about a material. the material is ROLLER , THREADS .now when i select it , it gets displayed as ROLLERComma THREADS ...I am not understanding why is it getting displayed this way .
Can anyone please help

Thanks in advance

In the code it is

Response.Write("<TD VALIGN=TOP CLASS='tablebodycopy' ALIGN=left>"& Trim(RS34("Description")) &"&nbsp;</TD>")& vbCrLf
Oct 10 '07 #1
2 1075
hi all,

I have a Webpage where i need to add the some information about a material. the material is ROLLER , THREADS .now when i select it , it gets displayed as ROLLERComma THREADS ...I am not understanding why is it getting displayed this way .
Can anyone please help

Thanks in advance

In the code it is

Response.Write("<TD VALIGN=TOP CLASS='tablebodycopy' ALIGN=left>"& Trim(RS34("Description")) &"&nbsp;</TD>")& vbCrLf
It is being called from a webservice
Oct 10 '07 #2
jhardman
3,406 Expert 2GB
It is being called from a webservice
The info is going into a database. Check to see if it is being changed to the word before it is saved into the db or after. You will need to open the db and see what is saved there. Once you know that you can look for the problem.

Jared
Oct 13 '07 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by jamesthiele.usenet | last post: by
reply views Thread by amazononthemoon | last post: by
8 posts views Thread by Jason Steeves | last post: by
4 posts views Thread by Paola | last post: by
6 posts views Thread by ibiza | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.