what happened when type url in address bar and press enter?

Answers were Sorted based on User's Feedback



what happened when type url in address bar and press enter?..

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

what happened when type url in address bar and press enter?..

Answer / ppk

Here You are expected to answer the what is page loading
process ......

Is This Answer Correct ?    2 Yes 2 No

what happened when type url in address bar and press enter?..

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

what happened when type url in address bar and press enter?..

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

what happened when type url in address bar and press enter?..

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

Post New Answer

More Dot Net Framework Interview Questions

What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?

0 Answers  


What is entity client data provider? : Entity framework

0 Answers  


What are the components required to create a route in mvc?

0 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

3 Answers   Lance Soft, MGL,


What does assert() method do?

1 Answers   MCN Solutions, Siebel Systems,






What is the purpose of a web form?

0 Answers  


What is entity framework in asp net?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

7 Answers   Kanbay,


I am confusing about reflection.can any one tell about REFLECTION with example?

1 Answers   TCS,


What is session state management?

0 Answers  


What are the 2 ways of adding constraints to a route?

0 Answers  


What is iobjectset? : Entity framework

0 Answers  


Categories