mvc and entity framework, display results of linq query
        Posted  
        
            by WingMan20-10
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by WingMan20-10
        
        
        
        Published on 2010-04-27T20:02:34Z
        Indexed on 
            2010/04/27
            20:23 UTC
        
        
        Read the original article
        Hit count: 169
        
asp.net-mvc
I want to return display the results of a query i did in linq in the my view page for a MVC application.
I am call my veiew then passing model, the model would the the results of my query
any way i can do this
© Stack Overflow or respective owner