probleam concatenate two string
-
i have two string "a" and "b" i want to concatenate string c = "a" "b" in asp.net my code is string p1 = "'" + b + '"' +' '; string p2 = "'" + c + '"' +' '; what result is coming c = "\p1\"\"p2"; what i want to result c = "p1" "p2"; how it will possible.
-
i have two string "a" and "b" i want to concatenate string c = "a" "b" in asp.net my code is string p1 = "'" + b + '"' +' '; string p2 = "'" + c + '"' +' '; what result is coming c = "\p1\"\"p2"; what i want to result c = "p1" "p2"; how it will possible.
Your same last post is still on this page and you did not have patience to have a look at that. How do you think that a new post will get you an answer.
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.