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

If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


What is the advantage of mvc over asp.net? : Asp.Net MVC

0 Answers  


How you will improve web application performance?

0 Answers   Wipro,


Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom

4 Answers  


What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 Answers  






How do you design a website with multilingual support in ASP.NET ?

0 Answers   MCN Solutions,


How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.

1 Answers  


How can we access static variable?

0 Answers  


What is a 401 redirect?

0 Answers  


In which event of the page life cycle, is the viewstate available?

0 Answers  


Where is the view state data stored in asp net?

0 Answers  


Explain difference between dataset and recordset?

0 Answers  


Categories