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 |
What is the difference between user control an custom control? Advantages/disadvantages?
What is 3 tier architecture?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
What property do you have to set to tell the grid which page to go to when using the Pager object?
Garbage collector thread is what kind of a thread?
Describe difference between inline and code-behind?
Is Driver Script any how related to AOM?
Is there built-in support for tracing?
What is an Exception? How many exceptions exist in Dot net and explain them?
What is operator overloading in .net?
What are multicast delegates?
Explain the .net framework overview?