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

Can you explain how ASP.NET application life cycle and page life cycle events fire?

0 Answers   MindCracker,


Describe a bubbled event and how it is used ?

0 Answers   Siebel,


which directive is mandatory in page control

3 Answers   AG Technologies,


How to kill more than one session variables at a time

9 Answers   iSoft,


What is scope of an application variable in asp.net?

0 Answers  






How does windows service lifecycle differ from a .standard. Exe?

0 Answers  


You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


Can we have a web application running without web.config file?

0 Answers  


9. Why should we hire you over the others waiting to be interviewed?

0 Answers   Business One, IBM, Swatz Oils,


How would you implement inheritance using VB.NET/C#?

3 Answers   Siebel Systems,


Define page fragment caching?

0 Answers  


what is diffgram ?

3 Answers  


Categories