Hi Guys,
I am developing an windows application in that contain the crystal report which displays the name of the candidate but i have two fields like lastname and firstname i want to concate these fields with space in between is their is any property or method.
e.g
currently my report display like this
Candidate Name - 1) Shinde[Space][Space]Bhagawat
2) John[Space][Space]Disoja
3) Despandeaaaus[Space]Bhalekar
It must be display like
Candidate Name - 1) Shinde Bhagawat
2) John Disoja
3) Despandeaaaus Bhalekar
Thanks in advance