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 |
what is synchronization and asynchronization. what are the difference between two?
What is custom events? How to create it?
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?
What are user controls and custom controls ?
What is .net remoting?
Explain asp.net mvc request life cycle? : asp.net mvc
Explain how can we access static variable?
How do I send an email message from my ASP.NET page?
What is the other method, other than GET and POST, in ASP.NET?
Explain MVC model binders?
What are the asp.net security controls?
Can we use html in asp.net?