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 base class of Button control in .NET?
What is managed code and managed data in .net?
Will it go to finally block if there is no exception happened?
Name for built-in permission sets in .Net
what is assembly?
What is IIS and how we deploy website on IIS.
What base class do all Web Forms inherit from?
How to manage pagination in a page using .net?
Which property is used in the email to send the content as HTML
Difference between assembly manifest & metadata
What are asp.net authentication providers and iis security?
Which file is taken by compiler when we have both file Application and Server Configuration file?