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 the compiled object?
How you will handle session when deploying application in more than a server?
What is mvc in angular?
What is GAC in ASP.NET 2.0
What is the importance of Global.asax in ASP.NET?
How does session work?
What is _viewstart?
what is a .xap file? Explain with an example.
How would you get asp.net running in apache web servers? Explain it's limitations.
How can you dynamically add user controls to a page?
What are the security types in asp.net?
How to fetch a data from one table to another table in asp.net ?
What is x xss protection?
What is a web based system?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?