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 tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is difference cookie and session?
How do you secure your configuration files to be accessed remotely by unauthorized users?
What is state management techniques in asp.net?
What are triggers of an updatepanel?
What is a session government?
Define the types of configuration files.
Define managed code and managed data in .net?
What is strong-typing versus weak-typing?
What does occur first in ASP.Net, Authentication or Authorization?
what is a .xap file? Explain with an example.
What are the new data controls in asp.net 2.0?
What are validator? Name the validation controls in asp.net? How do you disable them?
Where the viewstate is stored after the page postback?
Where is the view state data stored?