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

Explain about Multi-Language integration?

0 Answers  


What is difference between asp state management and asp.net state management?

0 Answers  


How to authenticate users using Web.Config ?

1 Answers   Accenture,


Define static function?

0 Answers  


What is difference between session and viewstate?

0 Answers  






Can you please anyone explain in detailed Webservices concepts in Asp.net?

1 Answers  


what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


How does the cookies work in asp.net?

0 Answers  


Have u used webcontrols?Tell me something about these?

2 Answers   Microsoft,


Explain model, view and controller represent in an mvc application? : asp.net mvc

0 Answers  


What is protected configuration?

0 Answers  


What is advantage of viewstate and what are benefits ?

1 Answers  


Categories