When is the ViewState available during the page processing
cycle ?
Answer Posted / ninad
ViewState is available After the Init() and before the
Page_Load(), or OnLoad() for a control.
| Is This Answer Correct ? | 36 Yes | 3 No |
Post New Answer View All Answers
How many types of file extensions for razor views in ASP.Net MVC?
What is parse in asp.net?
What is cookies in asp net?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is inheritance and an how it be used, example with an example?
Explain the different types of directives in .net?
explain code with datachaching with example
What are the various types of validation controls provided by asp.net?
Define page fragment caching?
Where code pages are used?
Describe session handling in a webfarm, how does it work and what are the limits?
What are the differnt types of handler in ASP.NET?
Explain the boxing and unboxing concept in .net?
What is cookies cache and session?
What is postback request?