Mvc and WebApi Videos
Persisting data between different elements in MVC with View Bag, ViewData,TempData,Session
Sending data betweeb controller,View to another view we use ViewData and ViewBag, Data sending from one ActionResult to another we use TempData, Data sending between view to controller we use query string,Hidden fields,
Session variables of ASP.NET can also be used to get the data through out all the entities
https://www.youtube.com/watch?v=yq1N7zfZTBo
Sending data betweeb controller,View to another view we use ViewData and ViewBag, Data sending from one ActionResult to another we use TempData, Data sending between view to controller we use query string,Hidden fields,
Session variables of ASP.NET can also be used to get the data through out all the entities
https://www.youtube.com/watch?v=yq1N7zfZTBo
Comments
Post a Comment