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
Explain the advantages of asp.net.
How to sign out from forms authentication?
What is the difference between CLICK and MOUSE DOWN Event ?
What is a web api endpoint?
What is the function used for removing an event listener?
Write the different features of a Thread and a Process?
How to deploy/publish webservices?How many ways?Plz explain me
What is the use of service provider?
What is the typical session identifier?
What is form method?
Which object encapsulates state or data of a user?
What kind of programming language is ASP.NET?
Explain MVC model binders?
What are the memory-mapped files?
Write code to send e-mail from an asp.net application?