Cross tabulation using C#
        Posted  
        
            by user309010
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user309010
        
        
        
        Published on 2010-04-05T05:16:29Z
        Indexed on 
            2010/04/05
            5:23 UTC
        
        
        Read the original article
        Hit count: 305
        
Hi All,
I need to create a cross tab using datatable in C#.
Something like this fucntionname(Array datarows,Array datacolumns)
The function should return the cross tabed table, more parameters for missing values would be great
The source datatable can have multiple columns ranging from 1 - N.
© Stack Overflow or respective owner