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
Elaborate differentiation between Cache and Application?
What is asp.net futures?
What is the adavantage of using ASP.NET routing?
Can you dynamically assign a Master Page?
To redirect the user to another page which method do we use without performing a round trip to the client?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Why would a company use an application service provider?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is state management technique?
Explain the asp.net mvc folder conventions? : asp.net mvc
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
How do cookies work?
What is IPostBack? How to use it?
How to turn off cookies for a page?
Explain the difference between debug.write and trace.write?