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
What are ajax helpers in mvc?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is display mode in mvc?
mention what is code first approach and model first approach in entity framework?
Explain the advantages of dependency injection (di) in asp.net mvc?
Explain Model, view and Controllers in Asp.Net MVC?
What is oauth in web api?
What are child actions in ASP.Net MVC?
Is .net framework 4.8 the last version?
What is basic authentication in web api?
What is asp net framework?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is objectcontext? : Entity framework
Explain the advantages of asp.net mvc over asp.net?