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

Can we use data reader to bind gridview?

3 Answers   TCS,


Explain how to manage pagination in a page using .net?

1 Answers  


Do you know the difference between the stack and the heap?

1 Answers  


What is the best way to crack the certification?

1 Answers  


What is boxing?

3 Answers  


How to write an MMC snap-in for my Windows service?

1 Answers  


SAP Business One(this is intigrated tool of .net)

1 Answers   TCS,


What is meant by localization?

1 Answers  


Difference between user groups and code groups

1 Answers  


Tell us what is heap and what is stack?

1 Answers  


Is .net core stable?

1 Answers  


Explain what is the difference between a class and an object, and how do these terms relate to each other?

1 Answers  


Categories