What are the new page events added in Asp.net 2.0 ?

Answers were Sorted based on User's Feedback



What are the new page events added in Asp.net 2.0 ?..

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

What are the new page events added in Asp.net 2.0 ?..

Answer / rana rashid

init
load
unload
dispose
prerender

Is This Answer Correct ?    6 Yes 2 No

What are the new page events added in Asp.net 2.0 ?..

Answer / karna

pre-init()
pre-load()
pre-initcomplete()
pre-loadcomplete()
pre-rendercomplete()

Is This Answer Correct ?    5 Yes 1 No

What are the new page events added in Asp.net 2.0 ?..

Answer / rajasekaran

new events are

init complete
load complete
prerender complete
prerender load comlete

Is This Answer Correct ?    4 Yes 2 No

What are the new page events added in Asp.net 2.0 ?..

Answer / kamal

PreInit
InitComplete
PreLoad
LoadComplete
PreRenderComplete
PreSaveState
SaveStateComplete

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What are the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


Does web services support data reader like pom project?

0 Answers  


How you can access the properties and controls of master pages from content pages?

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?

3 Answers   Visual Soft,


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

0 Answers  






How dataadapter.fill works?

0 Answers  


What is the main difference between a static page and a dynamic page?

2 Answers  


What is the difference between table and query?

0 Answers  


When Cookies are expired in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is the difference between <%#%> and <%=%>?

4 Answers   IBS,


is it possible to persiste customize object in view state? how it is?

2 Answers  


What methods are fired during the page load?

2 Answers  


Categories