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
Explain server control extensibility with reference to asp.net 2.0 ?
How many types of sessions in asp.net?
Can action method static?
What is the appSettings Section in the web.config file?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How to do state management in ASP.NET?
Explain the difference between debug.write and trace.write? When should each be used?
How do we implement bundling in MVC?
What is mta?
What is meant by server side scripting?
Describe the diffeerence between inline and code behind?
How do u declare static variable and how it is declared and what is its lifetime?
What are the differences between application object and session object?
How can we prepairing Interview
How do I open an ashx file?