net mvc so as a part of my learning I came accross this situation I have output of a query in a temp table as
Reporting To Manager UserType
----------------------------------------------------------------------------------
VEDAYyyar H ( MI124557 ) P KUMAR ( N156787 ) ASM
VEDAYyyar H ( MI124557 ) H MIKAHAVA ( N24578 ) RSM
VEDAYyyar H ( MI124557 ) VNKAR IJ ( N245788) NSM
I want to format it as
ReportingTo RSM ASM NSM
--------------------------------------------------------------------
so the three rows can be made into a single row
Any help will be appreciated