c# & character problem

  • Thread starter Thread starter snthampi
  • Start date Start date
S

snthampi

I have a C# asp.net project in which I create meta keywords
dynamically. I have a problem with "&" character. When the page is
rendered, the "&" character is converted into "&". Is there any
way to stop this? Any help with this issue will be highly appreciated.

Thanks in advance,

Nagendran
(e-mail address removed)
http://www.onlinemall.com
 
There's no need to stop it. & is the HTML code for the ampersand
character, and that is how browsers interpret it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Hi kevin, thanks for your reply. Probably I did not explain this
correctly. I don't want & in meta tags keywords and description.
I don't know how the search engines will interpret this. Thats my
concern. Do you have any suggestions?
 
Back
Top