Explain the life cycle of an ASP .NET page
Answers were Sorted based on User's Feedback
1)Page_Init
2)Page_load
3)page_prerender
4)page_unload
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / rajender jaldi
pre-init
init
init-complete
pre-load
load
load-complate
prerender
unload
Is This Answer Correct ? | 4 Yes | 1 No |
What is difference between web config and global asax?
What is difference between asp state management and asp.net state management?
How to use a Master Database in Asp.net?
What are the various security methods which IIS Provides apart from .NET ?
How Session use Cookies in State Management?
what to magage the state manament in asp.net with respect to in_prock and out_prock
What is a 404 redirect?
What is the namespace used to store the information about the user?s locale?
What is server side in asp.net?
can we edit records from repeater control
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How to send a DataReader as a parameter to a remote client ?