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 is entity framework firstordefault?
Explain unit test done by tester on development team?
what is entityclient?
Does razor engine supports for tdd?
What is the difference between ViewData, ViewBag and TempData?
Briefly describe the roles of clr in .net framework?
How do I install .net framework?
What is orm entity framework?
What is the difference between .net core and .net framework?
List the new features added in .net framework 4.0.
What are the benefits of .net framework?
How we can multiple submit buttons in ASP.Net MVC
what is conceptual model?
mention what is csdl, ssdl and msl sections in an edmx file?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?