I would like to assign string “{“MY_URL”, “MY”}” to string variable. So in my code behind (C#)
I wrote like string str ="{\"MY_URL\", \"MY\"}". When i will assign this to textbox it will print escape character (“\”) as well. That i don’t want so what i have to do to achieve this??
I would like to assign string {MY_URL, MY} to string variable. So in my
Share
It shouldn’t, and it doesn’t on my side, at least on a vanilla VS 2008 ASP.Net application. Perhaps you have explained this question wrong?