what is the difference between postback data and view state data.

Posted by vaibhav on Stack Overflow See other posts from Stack Overflow or by vaibhav
Published on 2010-04-21T13:50:48Z Indexed on 2010/04/21 13:53 UTC
Read the original article Hit count: 145

Filed under:
|
|

I am trying to understand different events in a Asp.net page life cycle. I came across to this link. It has two stages Load view state and Load postback data. I used to thought that these both means the same thing. But this article says, that postback data is not viewstate data. I don't understand this. If anyone can have a look.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about page-lifecycle