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
Is there any thread in our .net programs?
What is the difference between constants and read-only variables?
Explain how com+ related to the dna architecture?
What is a design pattern and what is it for?
Will it go to finally block if there is no exception happened?
What is .net3.5?
Explain the different types of proxy patterns?
hai, about trading domain and need simple project on trading system. please help me...
How you apply a theme in whole application in .Net?
What is the purpose of enumerable class in .net?
How to debug failed assembly binds?
What is meant by globalization?
Please explain what is a delegate?
What is .net and why it is used?
What is SOAP? How you will do windows and forms authentication?