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
What does msil do?
Can you explain what do you understand about web service?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain about managed heap?
How to convert a .NET object into COM operabililty?
What is the difference between a debug and release build?
What are the two main parts of the .net framework?
Is .net core managed code?
Explain about .net assemblies?
Tell about your technical profile ?
Please explain is the jit an interpreter?
How do I spawn a thread?
Explain what rare the types of jit and what is econo-jit?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What is equivalent for regsvr32 exe in .net ?