Hi all,
ID
Name
1001
john
1002
davis
1003
name
johny
mani
ganesh
I need to show the string in the table like below using c# linq
John, johny
Davis, name
Name, mani, ganesh
or
1001 = john, Johnny
1002 = davis, name
1003 = name, mani, ganesh