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
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Define static member?
What is a postback ispostback and autopostback in asp net?
What is applicatio domain?
What permissions do asp.net applications posses by default?
Explain Session state management options in ASP.NET.
What do you mean by authorization?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is Web Server Control Templates.?
Is asp.net different from asp? If yes, explain how?
What is query string?
What does passport and windows authentication mean in ASP.NET?
What is AutoEventWireup attribute for ?
Can we add code files of different languages in app_code folder?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC