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

What is difference between session and cookie?

0 Answers  


What are the differences between code behind and code inline?

0 Answers  


Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


What are the types of validation in asp net?

0 Answers  


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,






If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

0 Answers  


Difference between Array and ArrayList? How Array is benifitful than ArrayList?

3 Answers   Tech Mahindra,


What is a windows service?

0 Answers  


How you can access the properties and controls of master pages from content pages?

0 Answers  


How many validators do ASP.NET have?

0 Answers   QuestPond,


Can you explain composite pattern?

0 Answers   QuestPond,


I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.

1 Answers   MS Technosoft, Wipro,


Categories