WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?

Answers were Sorted based on User's Feedback



WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?..

Answer / gurmeet

PreInit-> Init -> PreLoad -> Load -> PreRender -> Render->
PreUnload -> Unload

Is This Answer Correct ?    6 Yes 1 No

WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?..

Answer / mithun

Pre Init--> Init-->Init Complete-->Pre Load--> Load-->Load Complete-->Pre Render--> Render--> Unload

Is This Answer Correct ?    5 Yes 0 No

WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?..

Answer / anand gopal makwa munger

LoadControlState --> LoadViewState --> LoadPostdata --> Load(Onload) --> RaisePostDataChangedevents --> RaisePostbackEvents -->PreRender(OnPreRender) --> SaveControlState --> SaveViewstate --> Render --> Dispose --> UnLoad.

Is This Answer Correct ?    0 Yes 0 No

WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?..

Answer / anirudh

preinit->init->preRender->render->preload->load..

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Is data can be edited in the Repeater control?

2 Answers  


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

0 Answers   MindCracker,


What is enableviewstate in asp net?

0 Answers  


How many web.config files in each solution

10 Answers   General Mills,


Explain the significance of routing? : asp.net mvc

0 Answers  


What is inheritance and an how it be used, example with an example?

0 Answers   Siebel,


What is difference between session and viewstate?

0 Answers  


Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?

3 Answers   HCL, NIIT,


Give an example of cookie abuse.

0 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,


How many Controls present in Asp dot net?

7 Answers   TCS,


What is custom attribute?

0 Answers  


Categories