Halo guys,
I face a problem with strings in VB.NET
i have declared a string as
dim url as String
url="http:\\localhost:8080\? ActName=Central Act"
i am storing this url in a database."
I want the string to be stored with double quotes in database and not the text alone within the double quotes
how to achieve this..?
kindly help me in this regard.
All replies are appreciated..