What methods are fired during the page load?
Answer Posted / srujana
? Init() - when the page is instantiated,
? Load() - when the page is loaded into server memory,
? PreRender() - the brief moment before the page is
displayed to the user as HTML,
? Unload() - when page finishes loading.
| Is This Answer Correct ? | 35 Yes | 9 No |
Post New Answer View All Answers
What is difference between cookies and cache?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What are the two types of web pages?
What is difference between singleton and single call?
What are the asp.net 2.0 features?
What is autopostback in asp net?
What are the new web part controls in asp.net 2.0 ?
Why asp.net is used?
Contrast OOP and SOA. What are tenets of each ?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is view state management in asp net?
What is data grid view in asp.net?
What is base class of button control in .net?
How to Separate background image and front image from original picture....
Write code to send e-mail from an asp.net application?