What is the main difference between a static page and a
dynamic page?

Answers were Sorted based on User's Feedback



What is the main difference between a static page and a dynamic page? ..

Answer / raghumadhav tirunagari

Webpages are of 2 types static and dynamic
1Static is a non interactive webpage and designed in html
2.Dynamic is a interactive webpage and designed in html and
scripting languages

Is This Answer Correct ?    4 Yes 0 No

What is the main difference between a static page and a dynamic page? ..

Answer / shilpa reddy molagvalli

Static Pages
Quick and easy to put together, even by someone who doesn't
have much experience.
Ideal for demonstrating how a site will look.
Cache friendly, one copy can be shown to many people.

Dynamic Pages
Offers highly personalized and customised visitor options.
Database access improves the personalized experience (as
opposed to using just client side cookies)
Scripts can read in data sources and display it differently
depending on how it is run.
Can create the illusion of being updated regularly using
time and date sensitive routines (or even randomisers) to
display pre-written text.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How many types of file extensions for razor views in ASP.Net MVC?

0 Answers  


What is difference cookie and session?

0 Answers  


What is the difference between pathparam and queryparam?

0 Answers  


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,






How many Controls present in Asp dot net?

7 Answers   TCS,


Which tool you have done?

0 Answers  


What is a session in programming?

0 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


Describe in brief .net framework and its components.

0 Answers  


What is the question mark in a url?

0 Answers  


What are the 4 tenants of SOA/D.

1 Answers  


Categories