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 significance of ASP.NET routing?
Explain client side state management system.
Which protocol is used to call a web service?
What is Cookies Less Session?
Elaborate differentiation between ViewState and SessionState?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Fetch one page value to another page without using state-managment ?
What are the types of validation in asp net?
Why viewstate is used in asp.net?
What is difference between rest and soap?
Is session server side or client side?
How many ways are there to maintain a state in .net? What is view state?
List the advantages and disadvantages of user control an custom control?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Why does my asp.net file have multiple tag with runat=server?