I want to merge two string together in asp , how can i do this.

for example,

par_1 = a
par_2 = b

merge result: a,b

Anyone can help me~~

Thank you~

Simple concatenation should see you right:

par_1 = a
par_2 = b
para1_2 = a & b
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.