When is the ViewState available during the page processing
cycle ?

Answers were Sorted based on User's Feedback



When is the ViewState available during the page processing cycle ?..

Answer / 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

When is the ViewState available during the page processing cycle ?..

Answer / giri

viewstate object stores the controls information after the
init() and before the page_load

Is This Answer Correct ?    6 Yes 1 No

When is the ViewState available during the page processing cycle ?..

Answer / karna

at preload stage

Is This Answer Correct ?    5 Yes 4 No

When is the ViewState available during the page processing cycle ?..

Answer / bhargava

LoadViewState, OnPreRender, SaveViewstate

Is This Answer Correct ?    2 Yes 2 No

When is the ViewState available during the page processing cycle ?..

Answer / chandra prakash

The view state is available after the Init() and before the Render() methods are called during Page load.

Is This Answer Correct ?    1 Yes 5 No

When is the ViewState available during the page processing cycle ?..

Answer / arun

View State available on Page_load() stage not before
page_load().

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

Explain autherization levels in .net ?

2 Answers  


Why do we need master page in asp.net?

0 Answers  


What is viewstate parameter?

0 Answers  


What are the differences between application object and session object?

0 Answers  


What is redirecting behavior?

0 Answers  






Breifly explain about stack and heap memory Managemet?

2 Answers  


Define resource files.

0 Answers  


Can we Run the Application without Build

3 Answers   Emphasis,


How can we use Web API with ASP.NET Web Form?

0 Answers  


How can we implement a identity (sql server) call in an asp.net page?

0 Answers  


Can we override the enablepartialrendering property of the scriptmanager class?

0 Answers  


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

0 Answers  


Categories