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


Please Help Members By Posting Answers For Below Questions

What is a Cookie? Where is it used in ASP.NET?

701


What is view state and how it works in asp net?

638


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

1739


Explain the Session state management options available with ASP.NET?

646


What are the uses of reflection?

662






Which authentication uses a combination of windows and iis authentication?

669


What is web router?

589


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

659


Fetch one page value to another page without using state-managment ?

612


What are sessions and cookies?

651


Elaborate differentiation between Cache and Application?

617


What are the new features added from ASP to ASP.NET?

654


A Web Service Can Only Be Written In .net. Is it True??

713


How would you turn off cookies on one page of your website?

634


How could you modify xaml content from javascript?

600