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
In which event of the page viewstate is available?
What is OSI layer? Explain different layers.
What is the best Macanism to clear the Cache in asp.net
What are the event handlers that we can have in global.asax file?
Explain about secure socket layer?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is content page in asp net?
Explain difference between dataset and datareader?
What is cross page posting? How is it done?
Explain the Session state management options available with ASP.NET?
What is the use of web.config and machine.config files?
8. Why do you want to work here?
How does output caching work in ASP.NET?
How can we provide the WebParts control functionality to a server control?
How to make paging concepts in datagrid in ASP.NET?