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
What is the difference between the response.write() and response.output.write() methods?
Which is the parent class of the ASP.NET server control?
List some of the important session state modes of asp.net.
What is asp.net futures?
How do we ensure view state has not tampered?
What is the use of autowireup in asp.net?
How would you enable impersonation in the web.config file?
How to disable validator control by client side JavaScript?
What are the different web pages?
If 200 is for all successful operation then why do we have 201 response codes?
What does aspcompat="true" mean?
How do you remove duplicates without using remove duplicate stage?
Where session variables are stored?
Can you set the session out time manually?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks