If I have to search for a Double Quote in a stringwhat dfuntion to use and secondly I have to replace ita blank space.what should I do sorry for bothering with some sillyquestions!!
Use String.Replace()..................
All strings have a replace object built-in.strTemp=strTemp.Replace(""""""," ")