Life cycle of ASP.NET page when a request is made ?
Answer Posted / pramod sahoo,orissa
In Asp.net 2.0 11 events............in asp.net page lifeCycle.
preinit()
init()
initcomplite()
preload()
load()
loadcomplite()
PreRender()
PreRenderComplite()
SaveviewState()
saveviewStateComplite()
Render()
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Can you explain one critical mapping? Performance issue which one is better?
Do you know caching feature?
Where session id is stored?
What is the importance of Global.asax in ASP.NET?
What is autopost?
About CLR, reflection and assemblies?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Why SessionID changes in every request in asp.net?
What are the differences between clr & cts?
Explain serialization and deserialization?
What is the difference between stored procedure vs function?
Which is better asp.net or php?
Using code explain Configuration Management
Are cookies stored on server or client?
How does the iis work?