Temp data - Helps to maintain data when we move from one controller to another controller or from one action to another action. In other words when we redirect, tempdata helps to maintain data between those redirects. It internally uses session variables.
View data - Helps to maintain data when we move from controller to view.
View Bag - It’s a dynamic wrapper around view data. When we use Viewbag type, casting is not required. It uses the dynamic keyword internally.
Session variables - By using session variables we can maintain data from any entity to any entity.
Hidden fields and HTML controls - Helps to maintain data from UI to controller only. So we can send data from HTML controls or hidden fields to the controller using POST or GET HTTP methods.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers