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
The order of the filters that get executed, if the multiple filters are implemented?
what is entityclient?
How do you specify comments using razor syntax?
What is routeconfig.cs in mvc 4?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is entity framework? : Entity framework
What are html helpers in asp.net mvc?
Can you explain renderbody and renderpage in mvc?
Explain the new features 3.5 framework against with the tool?
What is code first? : Entity framework
What is a model in android?
What is a razor file?
Explain what is routing?
What is viewdata?