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 is the difference between trace and debug in asp.net?

0 Answers  


What is Web Services?How we can consume a Web Services in our application?Explain.

1 Answers   Religare,


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


What is a session in programming?

0 Answers  


Explain what are delegates?

0 Answers  






What is caching? Explain.

0 Answers  


What would be the salary of an Asp.net developer with 1 and half year experience in indian rupees..??

5 Answers  


What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?

0 Answers  


Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....

3 Answers   Bally Technologies,


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


Diff between web user control and web custom control?

0 Answers  


Categories