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

what is synchronization and asynchronization. what are the difference between two?

1 Answers   TCS,


What is custom events? How to create it?

0 Answers  


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  


What are user controls and custom controls ?

1 Answers  


What is .net remoting?

0 Answers  






Explain asp.net mvc request life cycle? : asp.net mvc

0 Answers  


Explain how can we access static variable?

0 Answers  


How do I send an email message from my ASP.NET page?

0 Answers  


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


Explain MVC model binders?

0 Answers   B-Ways TecnoSoft,


What are the asp.net security controls?

0 Answers  


Can we use html in asp.net?

0 Answers  


Categories