deepa ashwi

deepa ashwi

  • NA
  • 109
  • 601.8k

multiple row data from database into single row in gridview

Nov 12 2013 4:17 AM
In c# asp.net , how to display multiple row data from database in to a single row in gridview 


eg:
Output which i want it to be:


StaffName     |    Role      |   GroupNumber
Adrian            |   Lecturer  |   1,2

Instead of:

StaffName     |    Role      |   GroupNumber
Adrian            |   Lecturer  |   1
Adrian            |   Lecturer  |   2



Answers (1)