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
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
I'm having some trouble with cas. How can I troubleshoot the problem?
Differences between namespace, class, assembly?
What is Ajax? How it is related to your project?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What does jit compilation do in .net?
Is .net front end or backend?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Explain me what is the difference between an abstract class and an interface?
When a Static Constructor called in .NET?
Do you know what is .net standard?
Can you edit data in repeater control? How?
Explain what is heap and what is stack?
Explain boxing and unboxing in .net.