MVC: Using ViewBag for Data Storage
Please see my other MVC articles. Passing data to a View. Sometimes a business requirement necessitates data to passed from a Controller to the View for displaying to the user. One method MVC provides is the object ViewBag which allows you to easily attach inference-typed variables for initialing with many types of data. To illustrate…