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 is Entity Relationship Model in .NET?
What application do you use to install a Windows service?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Explain the difference between public and static modifiers?
How will you register com+ services?
Different levels of priority provided by .net.
What are the differences in C# .Net and ASP .Net.
what is GAC?
What is a strategy pattern? Implement it.
Please explain what is the difference between constants and read-only variables?
When we go for html server controls and when we go for web server controls?
Explain what is the difference between constants and read-only variables?