WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
Answers were Sorted based on User's Feedback
Answer / gurmeet
PreInit-> Init -> PreLoad -> Load -> PreRender -> Render->
PreUnload -> Unload
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / mithun
Pre Init--> Init-->Init Complete-->Pre Load--> Load-->Load Complete-->Pre Render--> Render--> Unload
Is This Answer Correct ? | 5 Yes | 0 No |
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 |
Answer / anirudh
preinit->init->preRender->render->preload->load..
Is This Answer Correct ? | 2 Yes | 4 No |
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Describe a bubbled event and how it is used ?
which directive is mandatory in page control
How to kill more than one session variables at a time
What is scope of an application variable in asp.net?
How does windows service lifecycle differ from a .standard. Exe?
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.
Can we have a web application running without web.config file?
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#?
Define page fragment caching?
what is diffgram ?