Here Mudassar Ahmed Khan has explained with an example, how to pass data from View to Controller using ViewBag in ASP.Net MVC Razor.
ViewBag itself cannot be used to send data from View to Controller and hence we need to make use of Form and Hidden Field in order to pass data from View to Controller in ASP.Net MVC Razor.
↧