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

You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?

15 Answers   INDUS,


Which two properties are there on every validation control?

2 Answers  


can i use store procedure in disconnected mode? give me answer

2 Answers  


Caching techniques in .NET?

2 Answers   Microsoft,


can we call webservice in Html form?

1 Answers   Bank Of America, BirlaSoft, Microsoft,






Where are session variables stored?

0 Answers  


2. Why did you choose this career?

2 Answers   Schwartz Oil, Swatz Oils,


What is Http handler?

5 Answers   Accenture,


What is GAC in ASP.NET 2.0

0 Answers   MCN Solutions,


Can you explain what inheritance is and give an example of when you might use it?

1 Answers  


Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?

1 Answers   Phoenix Technologies,


What is viewstate parameter?

0 Answers  


Categories