When is the ViewState available during the page processing
cycle ?
Answer Posted / giri
viewstate object stores the controls information after the
init() and before the page_load
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is active web pages?
What are the main requirements for caching?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is the difference between system.stringbuilder and system.string
What is asp.net introduction?
What is application Object?
What are the features of asp.net mvc?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is the difference between runtime version and version?
Which method do you use to kill explicitly a users session?
How can we access static variable?
Define page fragment caching?
Mention the execution process for managed code?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is a uri query?