I am Using LINQ to Entities, I have two queries and I want to send the results to the View and use them using Razor Engine;
What is the best solution to this?
Thanks,
Hello Abakar,
Thank you for contacting Infragistics support.
You can achieve the desired behavior by using a parent model.
Please take a look at this Stackoverflow thread for further explanation and code snippet: http://stackoverflow.com/questions/5550627/two-models-in-one-view-in-asp-mvc-3 .
Let me know if I could be of further assistance.