Hi,
I am new in MVC. I want to pass data in ViewBag from the controller and Getting data from ViewBag in View. Please suggest me a better way to achieve this task.
Home / DeveloperSection / Forums / Pass and Get Data by ViewBag in MVC
Hi,
I am new in MVC. I want to pass data in ViewBag from the controller and Getting data from ViewBag in View. Please suggest me a better way to achieve this task.
Hemant Patel
16-Dec-2017Hi Shaan,
I tried to give you the better way to accomplish your task.
First, we go to Controller section. And write code for Pass data into ViewBag in a controller method.
Now we go to View section in our MVC project and trying to get data of ViewBag. Here is the code for getting data of ViewBag,
I think its helpful for you...