WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
Answer Posted / mithun
Pre Init--> Init-->Init Complete-->Pre Load--> Load-->Load Complete-->Pre Render--> Render--> Unload
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the data controls available in asp.net?
What is server side session management?
How do you declare static variable?
Explain what the contents of cookie?
Explain different types of Caching techniques in ASP.NET?
What is the syntax for datagrid and specifying columns?
What is autopost?
How can you dynamically add user controls to a page?
Why do we need url encoding?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain model, view and controller represent in an mvc application? : asp.net mvc
Explain ViewState?
Can I read the hard disk serial # of the client computer using asp.net?
Where do the cookie state and session state information be stored?
What are the various session state management options provided by asp.net?