after which page life cycle event all properties of control
will be "fully loaded "
Answer Posted / 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 |
Post New Answer View All Answers
Why and where this web.config file is used?
What is virtual directory in asp.net?
What does mean by a neutral culture?
Define data caching?
What is the difference between sealed vs static class?
What are the advantages of Web API?
What is a SESSION and APPLICATION object?
What is authentication in asp.net?
What is the difference between web config and machine config files?
Is web config mandatory?
Which library is used by the testers and developers to develop automated tests and create testing tools?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How do u deploy ur project?
What is a viewstate?
How many types of cache are there?