Questions tagged [asp-net-mvc-1]

ASP.Net MVC v1 is the original version of Microsofts MVC framework. It has subsequently been replaced by several newer version (v2, v3, v3.5, v4 & v5). Use this tag for questions regarding version 1 (ONLY) of the Microsoft MVC framework.

31 questions
-2
votes
2 answers

Compare two lists on razor and sort them by newest (both have created datetime)

I want to sort two models by Datetime, both of them going to one timeline so i need the newest from them to be on the start of the list timeline, I found solutions like Union models, but I want them to remain two separate lists..Is it…
Daniel
  • 403
  • 5
  • 13
1 2
3