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 relationship is between a process, application domain, and application?
Why do we use the “using” statement?
What are the types of jit?
What is class library in .net
What is implement a generic action in webapi?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Explain about .NET services?
what is the meaning silverligt control
How boxing and unboxing occures in memory?
What are the new features of Framework 1.1 ?
What are the core differences between .NET Languages ?
What is .net latest version?
Explain me why do we use msmq?
Explain what relationship is between a process, application domain, and application?
Explain how to spawn a thread?