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
What is difference between cookies and cache?
Is there any limit for query string? Means what is the maximum size?
When was asp.net released?
Explain the different types of directives in .net?
Which two new properties are added in asp.net 4.0 page class?
How can you make sure that web api returns json data only?
Which Is Faster MVC or ASP.net ?
What is virtual directory in asp.net?
In order to get assembly info which namespace we should import?
What's the use of formatters in .net?
Why should i prefer JSP over asp.net or any other web development language..??
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What role “#&&” plays in a querysting?
Which asp.net objects encapsulate the state of the client and the browser?