sandeep paruchuru

sandeep paruchuru

  • NA
  • 12
  • 10.7k

merge rows in datatable

Nov 29 2012 5:10 AM
Hi All,


Using SQL server i will fill datatable with values like,


EX:
id      name      tests
1      a            test1
1      a            test2
1      a            test3
1      a            test4
1      a            test5




But i need to show data in the datatable like,

id    name     tests
1    a          test1
                 test2
                 test3
                 test4
                 test5
Can You please help me for doing this in c#

Thank you

Answers (2)