What are the new page events added in Asp.net 2.0 ?
Answers were Sorted based on User's Feedback
Answer / mohini nalawade
The new events added to the page class are:
1. InitComplete is called when the page is initialized and
the process is complete.
2. LoadComplete as the name suggests is called at the end
of the load stage of the page’s life cycle.
3. PreInit is called before the page is initialized
4. PreLoad is called before the loading of the page is
complete.
5. PreRenderComplete is called when the prerendering phase
is complete and all the child controls have been created.
After the event, the personalization data and the view
state are saved and the page is rendered to HTML.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / karna
pre-init()
pre-load()
pre-initcomplete()
pre-loadcomplete()
pre-rendercomplete()
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rajasekaran
new events are
init complete
load complete
prerender complete
prerender load comlete
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kamal
PreInit
InitComplete
PreLoad
LoadComplete
PreRenderComplete
PreSaveState
SaveStateComplete
Is This Answer Correct ? | 0 Yes | 2 No |
Define repository pattern in asp.net mvc? : asp.net mvc
About Windows/Forms Authentication
What is a postback ispostback and autopostback in asp net?
How is it possible for .NET to support many languages?
What's the difference between viewstate and sessionstate?
About web methods and its various attributes ?
Page Life Cycle in ASP.NET
What are session state modes?
What is asp.net web pages?
What's a bubbled event?
what is state management,what is the purpose of it,how it will be implemented in real time?
Explain client-side scripting?