Life cycle of ASP.NET page when a request is made ?
Answer Posted / senthil kumar
These are the steps in the asp.net life cycle
init()
load()
prerender()
unload()
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
When was asp.net released?
Explain about asp.net caching?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is the basic difference between asp and asp.net?
How you can manage the state of application at the server side in ASP.NET?
Define resource files.
How to use a Master Database in Asp.net?
What is the purpose of master page?
Explain the advantages of asp.net.
What is the purpose of asp.net?
Explain the different types of assemblies?
What is the difference between user control and custom control?
What do you mean by query string?
What is the difference between table and query?
Explain the difference between debug.write and trace.write? When should each be used?