WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate globalization and localization.
What are the advantages and disadvantages of Using Cookies?
Difference between response.redirect and server.transfer?
What are the cookies types in asp.net?
How can I configure asp.net applications that are running on a remote machine?
Explain server control extensibility with reference to asp.net 2.0 ?
What does aspcompat="true" mean?
Explain the difference between server control and html control.
Explain advantages of caching?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What's the use of response.output.write()?
What is base class of .net?
What is mta?
Why web api is better than wcf?
Explain what is an abstract class?