after which page life cycle event all properties of control
will be "fully loaded "

Answers were Sorted based on User's Feedback



after which page life cycle event all properties of control will be "fully loaded "..

Answer / 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

after which page life cycle event all properties of control will be "fully loaded "..

Answer / alpesh

page_int() event which is page initialize event. All
controls get their state back in this event during the page
life cycle

Is This Answer Correct ?    6 Yes 2 No

after which page life cycle event all properties of control will be "fully loaded "..

Answer / lakshmi

page_load() event

Is This Answer Correct ?    4 Yes 2 No

after which page life cycle event all properties of control will be "fully loaded "..

Answer / 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

after which page life cycle event all properties of control will be "fully loaded "..

Answer / arvind kumar gupta

On Page_loadComplete() event all cotrols will be loaded

Is This Answer Correct ?    0 Yes 0 No

after which page life cycle event all properties of control will be "fully loaded "..

Answer / navin.cp

As Pre-Render stage completes in page life cycle, the
properties of control will be fully loaded.

Is This Answer Correct ?    1 Yes 2 No

after which page life cycle event all properties of control will be "fully loaded "..

Answer / vijaykumar

page_load()

Is This Answer Correct ?    1 Yes 2 No

after which page life cycle event all properties of control will be "fully loaded "..

Answer / kalpana reddy .m

page-load event

Is This Answer Correct ?    1 Yes 2 No

after which page life cycle event all properties of control will be "fully loaded "..

Answer / sanjiv

after page_load()

Is This Answer Correct ?    0 Yes 1 No

after which page life cycle event all properties of control will be "fully loaded "..

Answer / santi

page_load();

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What's the advantage of using System.Text.StringBuilder over System.String?

3 Answers   IBM, IdeaLake, Infosys,


In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?

5 Answers   Syntax Softtech, TCS,


What is x xss protection?

0 Answers  


what are the web form events available in asp.net?

0 Answers  


How do you implement sql caching in asp.net?

0 Answers  






Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers   Siebel Systems,


What is the life-span of the items in the viewstate?

0 Answers  


what are the application layers for a distribute application?

0 Answers   Mind Tree,


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

0 Answers  


What is the difference between user control and custom control?

0 Answers  


What is round trip in asp.net?

0 Answers  


Can you explain the basic use of dataview?

0 Answers  


Categories