Here Mudassar Ahmed Khan has explained with an example, how to pass (send) List from Controller to View using ViewBag in ASP.Net MVC Razor.
The List Collection will be populated from Database using ADO.Net inside the Controller and it will be passed to the View using ViewBag.
Later in View, the List Collection will be iterated and the data will be displayed with the help of HTML Table in ASP.Net MVC Razor.