When is the ViewState available during the page processing
cycle ?
Answer Posted / chandra prakash
The view state is available after the Init() and before the Render() methods are called during Page load.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is loop in asp.net?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is session mode in asp.net?
How can you apply a theme to your asp.net application?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Where the assembly is stored in asp.net?
List down the sequence of methods called during the page load.
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What does session_start () do?
What is _viewstart?
List the events in page life cycle.
what are the web form events available in asp.net?
What is a page life cycle? What are the events in a page life cycle?
Explain exception filters?
Which is better viewstate or session?