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
What is the parent class of all the web server control?
Where are session variables stored?
What are the Types of session management in ASP.NET
Explain why datareader is useful?
What is %20 in a url?
What are sessions and cookies?
What does the orientation property do in a menu control?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What are cao and sao.
How can I have a particular web page in an asp.net application which displays its own error page?
How will you maintain versioning in asp.net 2.0?
How does cookies work in asp net?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Is it possible to change the index of primary key on table?
How can you send an email message from an asp.net web page?