In ASP.Net MVC all the state management available which are there in ASP.Net except view state.
| Maintains data between | ViewData/ViewBag | TempData | Hidden fields/Query String | Session |
| Controller to Controller | No | Yes | No | Yes |
| Controller to View | Yes | No | No | Yes |
| View to Controller | No | No | Yes | Yes |
No comments:
Post a Comment