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 Ajax? How it is related to your project?
When we use windows api in .net is it managed or unmanaged code?
Give an example for setter/ write-only methods
Explain me difference between public and static modifiers?
What method do you use to explicitly kill a users session? How?
ctype(123.34,integer) - should it throw an error? Why or why not?
What is lambda expressions in c#?
When should I use .net core?
What is class library in .net
Explain the main components in .net?
What's the .net collection class that allows an element to be accessed using a unique key?
Explain the difference between garbage collections in .net 4.0 and earlier versions?