No viewstate or postback in ASP MVC?
问题 I've been learning about MVC for a while, and I think I pretty much understand what it's all about. But there is one thing I don't yet understand: I keep hearing with MVC that there is no viewstate nor postback. Can someone explain what this means in simple terms? 回答1: Try this SO answer which addresses the same question. Extra info after comment/question: ASP.Net web forms can use viewstate to store the state of server controls on the page and to manage invocation of server side events such