Asp.net – Sort On an .Include on Razor View Not Working
I've done basic sorts before and not had an issue, but this one has me stumped as to what I am doing wrong. All it returns is a blank page. Details.cs (showing the sort code) using RabiesClinics.Data; using RabiesClinics.Model; using…