I have asp.net mvc application in which i have courses razor view which show all the courses I have Active bit type column in database , now I want to show two tables on my razor view one with label Active courses and one with label InActive courses , how to achieve that i asp.net MVC.
Thanks