after which page life cycle event all properties of control
will be "fully loaded "
Answers were Sorted based on User's Feedback
Answer / swetha
Page_Load() is the event after which all the controls are
fully loaded. here fully loaded is the important word to be
considered
In Page_Init() event controls are initialized.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / alpesh
page_int() event which is page initialize event. All
controls get their state back in this event during the page
life cycle
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / rahul kumar
In page_PreInit controls are initialized and in page_Init
all properties are loaded.
In case of dataBound controls having datasourceID its
datasourceID is assigned in page_preRender.
So, All other controls (other than databound control having
datasourceid) are loaded with their properties before
page_Init fires,
page_preRender otherwise
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / arvind kumar gupta
On Page_loadComplete() event all cotrols will be loaded
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / navin.cp
As Pre-Render stage completes in page life cycle, the
properties of control will be fully loaded.
Is This Answer Correct ? | 1 Yes | 2 No |
What is difference between machine.config and Web.Config?
4 Answers Accenture, BirlaSoft, Le Logiciel,
If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
What is the file extension of web service?
What is difference between web config and global asax?
What is session in http request?
What is viewstate parameter?
To call a Web service SOAP which transport protocol you use?
What does the "EnableViewState" property do? Why would I want it on or off?
What are the different method of navigation in asp.net?
What is query string in asp.net?
How to consume a webservice in a windows application without adding through the web reference?
what is clr . how we access them?