I have a simple view, without any Model in it, I want to display all course on it from course table and language list from languages table.
both table are not connected to each other, in webform we where using usercontrol to get the result, but in MVC I am not able to get the result we want.
any tutorial will be great.
Regards