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

What are Sessions?

2 Answers   Deloitte,


How we can achieve Connection pooling in .Net?

0 Answers   PUCIT,


Explain when should you use .net web forms over asp.net mvc?

0 Answers  


Is .NET a runtime service or a development platform?

2 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  






Types of evidence in .net with context to CAS

0 Answers  


What are the differences between user control and server control?

0 Answers  


What makes .net core cross platform?

0 Answers  


How to create a key pair in .net?

0 Answers  


Which namespace is require to used XML in .NET?

0 Answers   Sans Pareil IT Services,


What is "microsoft intermediate language" (msil)?

0 Answers  


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


Categories