I need to create a pivot table in .net. Can\'t use any third party control (unless it\'s free). I tried to find documentation that explains how to create pivot table (algori
CellSetGrid is an Open Source ASP .Net (c#) control, which offers pivot table like functionality.
This used to be available for download in this site: http://www.SQLServerAnalysisServices.com
Now the site does not host this control anymore. So I have uploaded the source of the control - CellSetGrid here.