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

what is aspcompat? what it does?

1 Answers  


What is active web page?

0 Answers  


What are Master Pages in ASP.NET? or What is a Master Page?

0 Answers   MCN Solutions,


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


What is the difference between abstract class vs interface? Can give me the real time examples?

0 Answers  






what is Master pages in asp.net? what is the advantages and disadvantages?

3 Answers  


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

0 Answers   Hexaware, Infosys,


17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

1 Answers  


Project Architecture (3tier, n-tier)

1 Answers   Syntel,


What are the different method of navigation in asp.net?

0 Answers  


what is the exact purpose of http handlers and interfaces?

1 Answers  


What is the adavantage of using ASP.NET routing?

0 Answers   NA,


Categories