When during the page processing cycle is ViewState available?
Answer Posted / ganesh
After the Init() and before the Page_Load(), or OnLoad() for
a control.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain file-based dependency and key-based dependency.
Which control has default post back is enabled(true)?
Can you explain architecture of your project ?
Is global asax mandatory?
Difference between web user control and web custom control?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the use of session in web application?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What’s the catch?
What is asp net objects?
How can we apply themes to an asp.net application?
What threading model used in asp and asp.net?
What is the Intermittent crashing of application in production?
What does a switch do?