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 |
Explain what is reflection in microsoft .net context?
How big is the datatype int in .net?
What is Method Overriding? How to override a function in C#?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is different between User Control and Web Control and Custom Control?
Tell me what is a “jagged array”?
What are the contents of assembly?
What is namespaces in .net?
How does the .NET framework work?
Interop Services?
What is assembly in .net?
Which method do you use to redirect the user to another page without performing a round trip to the client?