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
Which namespace is used by ado.net?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is the file extension of web service?
What are the new web part controls in asp.net 2.0 ?
9. Why should we hire you over the others waiting to be interviewed?
What is GAC in ASP.NET 2.0
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What do you mean by caching in asp.net?
What is the viewstate in asp.net?
How long should a session id be?
What is the file through which you can customize your asp.net application?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
How asynchronous call can be implemented using delegates?
What are the new data controls in asp.net 2.0?
What is ispostback method in asp.net?