What is prerender event of a page?
Answers were Sorted based on User's Feedback
Answer / 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 |
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
Difference between assembly manifest & metadata
What are the collections you've used?
What is Garbage Collection in .Net and what is the Garbage collection process?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What?s typical about a Windows process in regards to memory allocation?
What is the difference between user control an custom control? Advantages/disadvantages?
Tell us what is the native image generator?
How WSDL is stored ?
differance between checkbox and rediobutton in vb.net?
Explain how to produce an assembly?
What is the model role in Mvc architecture?