what happened when type url in address bar and press enter?
Answer Posted / rakesh choudhary
Here first server processes the request and variables are initialised i.e init() method is called and page is initialised after that page is loaded hence load() is called.After that and before the page is actully displayed the pre render() method is called and finally unload() method is called after the page is displayed.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain dependency resolution?
What is mvc entity framework?
How route table has been created in ASP.NET ASP.Net MVC?
Explain what is routing?
Can you explain renderbody and renderpage in mvc?
Explain bundle.config in mvc4?
How does work clr?
What are authentication filters in web api?
what is entityclient?
What you mean by routing in mvc?
What is the significance of nonactionattribute?
mention what is code first approach and model first approach in entity framework?
How to make sure Client Validation is enabled in ASP.Net MVC
what do you mean by table-per-hierarchy?
What is the use of display modes?