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 a Cookie? Where is it used in ASP.NET?
What is view state and how it works in asp net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain the Session state management options available with ASP.NET?
What are the uses of reflection?
Which authentication uses a combination of windows and iis authentication?
What is web router?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Fetch one page value to another page without using state-managment ?
What are sessions and cookies?
Elaborate differentiation between Cache and Application?
What are the new features added from ASP to ASP.NET?
A Web Service Can Only Be Written In .net. Is it True??
How would you turn off cookies on one page of your website?
How could you modify xaml content from javascript?