Answer Posted / suhasini suresh
The load view state stage only happens when the page has
been posted back. During this stage, the view state data
that had been saved from the previous page visit is loaded
and recursively populated into the control hierarchy of the
Page. It is during this stage that the view state is
validated. The view state can become invalid due to a
number of reasons, such as view state tampering, and
injecting dynamic controls into the middle of the control
hierarchy.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain cas (code access security)?
What is COM Interoperability in .NET
How will you make .NET programs work in Linux ?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How will you load an assembly which is not referenced by current assembly?
How to customize the trace output?
Differentiate between managed and unmanaged code?
How is .net able to support a lot of languages?
I'm having some trouble with cas. How can I troubleshoot the problem?
What is lambda expressions in c#?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
explain the states of a window service application?
What are the new 2.0 features useful for?
What is alias ? Is it used in .Net ?
Can any object be stored in a viewstate in .net?