473,396 Members | 1,895 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 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 1195
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

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

Similar topics

2
by: jamesthiele.usenet | last post by:
I recently ran into the issue with 'print' were, as it says on the web page called "Python Gotchas" (http://www.ferg.org/projects/python_gotchas.html): The Python Language Reference Manual says,...
8
by: Deepa | last post by:
I am writing a console app in c# wherein am converting a dataset into a CSV file. It works fine. But I have some values in the dataset which have a comma within(eg. A,B,C). When I view the CSV file...
0
by: amazononthemoon | last post by:
I have not been able to find any examples of the type of validation I need. I have numeric fields on a web page that I only want them to enter numbers with two decimal places. I would like to...
8
by: Jason Steeves | last post by:
Can someone please point me in the right direction for displaying word documents onto a webpage? The word documents will contain text/tables/pictures. I am new to this and can't quite find what I...
2
by: Jean-Marc Blaise | last post by:
Dear all, In a version 7 Workgroup Edition FP6 on Windows, a values decimal('7.5',9,2) is correctly displayed as '7.5'. Applying FP10 or FP11 displays as '7,5' in the output grid of command...
4
by: Paola | last post by:
How can I split a field that is being displayed as an asp:label with a dataview? Currently the field is being displayed using this code <asp:label id=dept runat="server" Font-Size="Smaller"...
6
by: ibiza | last post by:
Hi all, I've binded some data from a DB in a gridview and one of the values is a float. Even if the flot is represented as 4.2 in the DB, it is rendered as 4,2 in the gridview, with a comma....
10
by: PH | last post by:
Hi guys! I need to get the remote EndPoint from when I receive packets when listening in a local port in my computer. I'm using UDP (connection-less) so I only bind the socket to my...
209
by: arnuld | last post by:
I searched the c.l.c archives provided by Google as Google Groups with "word input" as the key words and did not come up with anything good. C++ has std::string for taking a word as input from...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.