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 the difference between asp.net & vb.net and explain architecture?
What is .net latest version?
Explain what are the deferred execution and the immediate execution in linq?
What do you mean by web service?
Explain the procedure to add assemly to gac to make it shared one?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is Delegate? Have ever used Delegates in your project.
What is static constructor, when it will be fired? And what is its use?
Dynamic Fonts
What is clr in .net?
What is new in .net core?