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
How route table has been created in ASP.NET ASP.Net MVC?
What are the sub types of ActionResult?
What is the use of razor view engine?
what is explicit loading?
What is oauth in web api?
How we can register the Area in ASP.Net MVC?
what is code first approach?
Explain what languages does the .net framework support?
What are the components of the .net framework.
What is the domain object?
Explain two instances where routing is not implemented or required?
What are Code Blocks in Views?
Which is the default http method for an action method?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).