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

What does clearing cache?

538


What is http protocol and how it works?

532


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

440


What is difference between session and cookies?

549


How to turn off cookies for a page?

578






What is virtual directory in asp.net?

513


What is rich control in asp.net?

524


Can we set master page as a start page?

547


What are sessions and cookies?

567


If you want to write your own dot net language, what steps you will you take care?

523


Which platform does Microsoft .NET use for exchanging data between applications?

585


What is autopostback in asp net?

590


What is the life cycle of an asp.net page?

526


How many types of sessions are there in asp net?

526


Name the two properties are on every validation control?

545