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 |
Can we use data reader to bind gridview?
Explain how to manage pagination in a page using .net?
Do you know the difference between the stack and the heap?
What is the best way to crack the certification?
What is boxing?
How to write an MMC snap-in for my Windows service?
SAP Business One(this is intigrated tool of .net)
What is meant by localization?
Difference between user groups and code groups
Tell us what is heap and what is stack?
Is .net core stable?
Explain what is the difference between a class and an object, and how do these terms relate to each other?