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


Please Help Members By Posting Answers For Below Questions

Explain how cookies work. Give an example of cookie abuse.

795


What is a viewstate?

653


What are the major built-in objects in ASP.NET?

676


Can we use html in asp.net?

590


In which situation can you not use a viewstate?

612






How can I open ashx file in mobile?

719


What are early binding and late binding.

662


What is a server cookie?

591


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2711


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

680


What is the benefit of WebAPI over WCF?

663


What is Web API Routing?

686


Apart from IDE what are the enhancements in asp.net 2.0?

1701


What is the main difference between Asp.net and Vb.net?

655


Which library is used by the testers and developers to develop automated tests and create testing tools?

625