after which page life cycle event all properties of control
will be "fully loaded "
Answer Posted / swetha
Page_Load() is the event after which all the controls are
fully loaded. here fully loaded is the important word to be
considered
In Page_Init() event controls are initialized.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the life-span of the items in the viewstate?
What are the new web part controls in asp.net 2.0 ?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain repository pattern in asp.net mvc? : asp.net mvc
What is the maximum number of classes that can be contained in one dll file?
What are the advantages of using session?
Is asp.net mvc front end or backend? : Asp.Net MVC
What are custom controls?
Explain the use of resource manager class in .net.
Explain the difference between overriding and overloading?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Differences between “dataset” and “datareader”.
How ViewstateMac works?
Explain client-side scripting?
What is difference between rest and soap?