In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?

Answers were Sorted based on User's Feedback



In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / gopathi vamseedhar

preinit
init
load
prerender
unload
yes it important to know

Is This Answer Correct ?    0 Yes 0 No

In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / padmaja

page_Init
page_load
page_render
page_unload
dispose

Is This Answer Correct ?    0 Yes 0 No

In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / kondapallysantoshkumar

page_init,(this event ocuurs when ever the page is satrted
first tine)
page_load(i occurs in subsequent requests)
controlevents,
page_unloadevents

Is This Answer Correct ?    0 Yes 1 No

In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / kalidasan

Init
Loading
Pre Rendering
Saving
Rendering
Unloading
Disposing

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

what is the use of untyped data set ?

5 Answers   TCS, Wipro,


What is Master Page in Asp.net?

9 Answers  


what cut off mark for po's,what questions they asked for interview?

0 Answers  


What are server objects?

0 Answers  


Explain the use of resource manager class in .net.

0 Answers  






What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


Are cookies stored on server or client?

0 Answers  


What is xaml? Are xaml file compiled or built on runtime?

0 Answers  


what is the trace in ASP.NET

4 Answers  


What is web.config. How many web.config files can be allowed to use in an application ?

10 Answers   Accenture, BirlaSoft, Infosys, InterGraph, Satyam, Wipro,


How many types of Cookies are available in ASP.NET?

0 Answers   MindCracker,


Define msil.

0 Answers  


Categories