Wild character
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hai I am doing my project in asp.net/c# and Firebird as database. I have a description field. When I read the content of the description, it is coming like this "e some character & quote. How can I change it like this "some character".
-
Hai I am doing my project in asp.net/c# and Firebird as database. I have a description field. When I read the content of the description, it is coming like this "e some character & quote. How can I change it like this "some character".
A kamath wrote:
"e some character & quote
Description = Description.Replace(""e","\"");
-
A kamath wrote:
"e some character & quote
Description = Description.Replace(""e","\"");