Recently I had to develop a site that had to take a db table and display it like a matrix table. I was able to use my SQL Statement to create a matrix-like view of the data and then used a gridview to read each field in, but wondered if a gridview control could be designed that did this automatically.