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

Explain server control extensibility with reference to asp.net 2.0 ?

0 Answers  


How do I send e-mail from an ASP.NET application ?

1 Answers  


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

2 Answers  


What are httphandlers and httpmodules and difference between them?

0 Answers  


Which type of state management is provided by Query String in ASP.NET?

0 Answers   Sans Pareil IT Services,






Is LINQ performance wise better or using sqlcommand?

1 Answers  


What is the difference between application object and session object?

4 Answers   IBS,


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,


i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me

4 Answers  


Explain the difference between sql invalidation and sql notification.

0 Answers  


Types of objects in ASP?

8 Answers   Beget, Microsoft,


any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.

2 Answers  


Categories