Tell us Alternative to View State in MVC.

 Posted by vishalneeraj-24503 on 8/4/2014 | Category: ASP.NET MVC Interview questions | Views: 5676 | Points: 40
Answer:

1. For retaining the values during postback in the MVC page values we can use Ajax,so that values in the control will never be clear.
2. For temporarily storing the value in current and the subsequent requests,we can use TempData concept.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response