what happened when type url in address bar and press enter?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ppk
Here You are expected to answer the what is page loading
process ......
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sudarsan
The address bar send the request to server and load the requested site.here Page life cycle is taking place.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rujvendrasingh rawate
the url is break into four parts(i.e. ip addresses)first is
protocol in use,2nd host name or ip addr,3rd protocol port
no.,4th actual file path
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / rajkumar(air)
The URL is break into four parts(i.e. ip addresses)first is
protocol in use,2nd host name or ip addr,3rd protocol port
no.,4th actual file path.
| Is This Answer Correct ? | 1 Yes | 5 No |
unit test done by tetser on development team?
What is definingquery in entity framework? : Entity framework
mention what are the various methods provided by the dataset object to generate xml?
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Can you declare an override method to be static if the original method is non-static
Explain how you can send the result back in JSON format in MVC?
How do you initiate a string without escaping each backslash ?
How does the 'page lifecycle' of asp.net mvc works?
Explain what is the difference between view and partial view?
What are the components required to create a route in ASP.Net MVC?
How route table has been created in ASP.NET ASP.Net MVC?