What is prerender event of a page?

Answers were Sorted based on User's Feedback



What is prerender event of a page?..

Answer / nvns

It is an event occured just before render.After that the
page is rendered into HTML.

Is This Answer Correct ?    15 Yes 4 No

What is prerender event of a page?..

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 prerender event of a page?..

Answer / pk

page init

Is This Answer Correct ?    3 Yes 25 No

Post New Answer

More Dot Net General Interview Questions

How Garbage Collector (GC) Works?

1 Answers  


Please explain what is the difference between constants and read-only variables?

0 Answers  


What are the types of jit?

0 Answers  


What is the transport protocol you use to call a seb service soap?

0 Answers  


Explain different types of html, web and server controls.

0 Answers  






What is difference between static page and dynamic page?

0 Answers  


Explain what is an anonymous method and how is it different from a lambda expression?

0 Answers  


Is .net 4.8 backwards compatible?

0 Answers  


What is the intermediate language between asp and asp.net1.0?

0 Answers  


C++ & C# differences ?

1 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What is Datatype Conversion in Vb.net?

1 Answers  


Categories