ASP.NET MVC vs. WebForms - a simple question

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-05-24T19:57:41Z Indexed on 2010/05/24 20:01 UTC
Read the original article Hit count: 347

Hi, I'm wondering about one thing - as we know, the MVC pattern is stateless (it doesn't use the ViewState, so we use only HTML controls), but if we use them in WebForms as well, it'll become stateless too ? so, by doing this, we are getting closer to the MVC pattern ?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-webforms