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