0
Answer

I am having problems with showing data in tabular format

Chris Miller

Chris Miller

18y
1.7k
1
Hello All,
I am working on a project at work and i was asked to show gridview like this

           C-Sharp     Sql     C++
Joe          4                       1
George                  5          2
bob          5           5          2

Its supposed to look like a cross reference chart where all the employees in one column, all the skills in a row and all the employees grades directly under which skill they have.
The data is a sql database, and I'm writing this in C#... I have probably explained it all wrong and might have posted in the wrong forum, but the little diagram should suffice...

Thanks in advance


any help would be appreciated...