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
Explain the difference between managed and unmanaged code?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What are the differences between an interface and an abstract class in .net?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
Please explain what is heap and what is stack?
Tell us the difference between managed and unmanaged code?
What is gac in .net?
How big is the datatype int in .net?
Explain what is mutex?
SAP Business One(this is intigrated tool of .net)
What is the advantage of packaging over xcopy in .net?
What is marshling?
Do you know what is .net standard?
Difference between abstract class and interface in .net?
Which file is taken by compiler when we have both file Application and Server Configuration file?