Simple way to render tuples to a table in ASP.NET 2.0?
        Posted  
        
            by njk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by njk
        
        
        
        Published on 2010-06-08T18:18:50Z
        Indexed on 
            2010/06/08
            18:22 UTC
        
        
        Read the original article
        Hit count: 280
        
ASP.NET
Say I have a data structure like a Dictionary<string, Dictionary<string, int>> or similar, and I want to render this as an HTML table with row-headers as the first string key, and column headers as the second string key. Is there a built-in or other Control for this?
© Stack Overflow or respective owner