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

What is difference between .net core and .net standard?

493


Can I write il programs directly?

569


Is .net capable of supporting multi-thread?

576


Please explain what is the .net framework and how does it work?

518


What is a garbage collector?

622






Can you create instance of a class which has private constructor?

594


Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

523


What is the difference between imperative and interrogative code?

1589


What is "common language runtime" (clr) in .net?

598


What is garbage collection and how it works ?

581


What is func in .net 3.5?

565


Explain what do the terms “boxing” and “unboxing” mean?

578


How com+ related to the dna architecture?

589


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

597


The project which you have made, which methodology did you use?

587