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 are server controls?
How do I use the thread pool?
How viewstate is being formed and how it's stored on client in .net?
Directcast(123.34,integer) - should it throw an error? Why or why not?
What is .net technology?
What is the difference between vb.net and vc#.net?
How WSDL is stored ?
differance between checkbox and rediobutton in vb.net?
Please explain what is reflection and what is it for?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What are the advantages of .net?
Explain weg config settings for exception managment in asp.net?