What is prerender event of a page?

Answer Posted / srinivas

For every request to .aspx page the ASP.NET work processor
will create a new instance of the corresponding page class
object, once the request is executed the object of page
class is destroyed automatically, the page object life cycle
is controlled by its page life cycle events those are:
1 page_Init
2 page_Load
3 page_Prerender
4 Page_Unload
Page_Prerender: After page executed and before rendering the
output values to the the requested browser this event executes

Is This Answer Correct ?    12 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why you wouldn't want to write into it even if you could

555


Explain how to produce an assembly?

565


What is "common language specification" (cls) in .net?

529


Explain what is the difference between a class and an object, and how do these terms relate to each other?

530


What is the concept of inheritance in .net?

592






What is .net code security?

562


Explain me why do we use msmq?

551


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

1556


What is the use of immutability?

586


What are three common acronyms used in .net, and what do they stand for?

517


Explain what is immutability, what is it for and how is it codified?

515


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

574


What is msil, il?

588


Dynamic Fonts

1443


Explain dataset.acceptchanges and dataadapter.update methods in .net?

549