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
How do you remove duplicates without using remove duplicate stage?
What are the different methods of session maintenance in asp.net?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How to find last error which occurred in Asp.net ?
What is the best Macanism to clear the Cache in asp.net
What is a session in programming?
Why is this service branded with windows livetm?
What is ispostback property?
What is the appSettings Section in the web.config file?
Explain the difference between inline and code behind - which is best in?
Is asp.net web forms dead?
Which is the parent class of the ASP.NET server control?
Write some code using interfaces, virtual methods, and an abstract class`
How can we pass info between 2 asp.net pages?
How can we create custom controls in asp net?