In ASP.NET MVC3, I am developing a mobile-enabled website, that has different views for tablets. My controllers can stay the same for both the iPad and the mobile site. How would I go about doing this? Do I have to duplicate controllers?
            Asked
            
        
        
            Active
            
        
            Viewed 573 times
        
    1 Answers
2
            How Would I Change ASP.NET MVC Views Based on Device Type?
You should look here, seems he has the same problem/question as you.
- 
                    Thank you ! That seems to cover it well. – Bas Aug 30 '11 at 07:41