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 is Framework?

3 Answers  


What is shared and private assembly ?

3 Answers   Accenture, BirlaSoft,


What is clr? How does work clr & wht is work of clr?

0 Answers  


What is entity sql? : Entity framework

0 Answers  


Hi my name is sahil. i did my bsc in 2008 n did marketing jobs thereafter. bt nw i wanna learn .net to enter IT field. Ive heard deccansoft,secbad is the best inst. for .net. bt do they provide placement?? as im not a fresher so will i be hired by any company..??

1 Answers  






Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


What is the common property in .net?

1 Answers   Nth Solution,


Can I remove .net framework?

0 Answers  


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

0 Answers  


What is the difference between using system.net and system.net.sockets?

1 Answers  


Do you know about the new features in ASP.Net MVC 4 ?

0 Answers  


How to update one of my table in database at 4pm every day how it is possible?

0 Answers  


Categories