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

Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


Is there any attempt system for microsoft technology papers?

0 Answers  


Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


Which server tag comes from server when we submit any data

1 Answers  


Is .net core managed code?

0 Answers  






What is .NET Framework?

2 Answers  


Please explain what inheritance is, and why it's important?

0 Answers  


What are the purposes of using .net?

0 Answers  


which methos do you invoke on the dataadapter control to load your generated dataset with data?

0 Answers  


How will you register com+ services?

0 Answers  


Explain how to load the contents of an xml file into an xmldocument object?

0 Answers  


Is .net core stable?

0 Answers  


Categories