What methods are fired during the page load?

Answers were Sorted based on User's Feedback



What methods are fired during the page load?..

Answer / srujana

? Init() - when the page is instantiated,
? Load() - when the page is loaded into server memory,
? PreRender() - the brief moment before the page is
displayed to the user as HTML,
? Unload() - when page finishes loading.

Is This Answer Correct ?    35 Yes 9 No

What methods are fired during the page load?..

Answer / dilip

Init()
Load()
PreRender()
Unload()

Is This Answer Correct ?    15 Yes 3 No

What methods are fired during the page load?..

Answer / amit

init();
Load();
Pre-render();
Unload();

Is This Answer Correct ?    10 Yes 4 No

What methods are fired during the page load?..

Answer / srikanth

1)Start
2)instansiated
3)load
4)validating
5)Event handling
6)rendering start

Is This Answer Correct ?    4 Yes 1 No

What methods are fired during the page load?..

Answer / nikhil

The methods which are getting triggered while page load are:

1. Load viewstate
2.Load psotback datas.

Is This Answer Correct ?    5 Yes 3 No

What methods are fired during the page load?..

Answer / rakesh

1)Page request - determines if it needs to be raised or compiled
2) start - if it is a new request or post back
3) Page initialization -
4)Load - if postback,control properties are loaded with
values of postback
5)validation - individual controls are validated
6) Postback - event handling
7)render - saves the view state data before rendering
8) unload

Is This Answer Correct ?    8 Yes 7 No

What methods are fired during the page load?..

Answer / scarlet

The above answer is wrong

Is This Answer Correct ?    10 Yes 14 No

Post New Answer

More ASP.NET Interview Questions

How can we apply themes to an asp.net application?

0 Answers  


What are the new navigation controls in asp.net 2.0?

0 Answers  


What are session state modes?

0 Answers  


what is asp dotnet

2 Answers  


Explain diff. Betn dataset and recordset?

0 Answers  






On Age field how many Asp.Net validation controls will be suit?

7 Answers   NTTF Nettur Technical Training Foundation, Quest,


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


How do you define authentication in Web.Config?

2 Answers   Patni,


what are httphandlers and httpmodules.and their differences.

1 Answers   Siemens,


What are the different ways of processing data in ASP page in the server side (like Forms, QueryStrings etc)?

1 Answers  


Difference between connected architecture and Dissconnected architecture?

2 Answers  


Is It Possible For Whole Page is Saved In View State? What Is View State?

2 Answers   Phoenix Technologies,


Categories