MVC 2 Pass View to Controller to genereate File on fly
        Posted  
        
            by gsieranski
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gsieranski
        
        
        
        Published on 2010-05-15T21:08:45Z
        Indexed on 
            2010/05/15
            21:14 UTC
        
        
        Read the original article
        Hit count: 226
        
asp.net-mvc
Is there a way to pass data from a View to a Controller so that I can get the data and create a .xls file on the fly?
Any help or thoughts are greatly appreciated.
Greg
© Stack Overflow or respective owner