What are the new page events added in Asp.net 2.0 ?
Answer Posted / 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 |
Post New Answer View All Answers
How does a content page differ from a master page?
How to implement globalization and localization in the use interface in .net.
How can I configure asp.net applications that are running on a remote machine?
What kind of programming language is ASP.NET?
What is Model-View-View Model?
What is a session in programming?
Describe how ASP.NET maintains process isolation for each Web application?
How to implement form based authentication in asp.net application?
What are the steps involved to fill a dataset?
How is mvc different from asp.net? : Asp.Net MVC
Is asp.net still used?
What is http response header?
List down the sequence of methods called during the page load.
What is application and session in asp.net?
Define a web service in .net?