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

Is post back in asp.net?

0 Answers  


What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

2 Answers  


What is asp according to you?

0 Answers  


What is the concept of postback in asp.net?

0 Answers  


What is Runtime callable wrapper?

2 Answers  


How would you implement inheritance using VB.NET/C#?

3 Answers   Siebel Systems,


How do cookies work?

0 Answers  


Is data edited in the Repeater control?

0 Answers   Siebel,


define silverlight and advantages ?

3 Answers   QA,


Types of exceptions in dot net???

1 Answers   TCS,


How to send auto matic emails based on scheduled tasks to several of my clients

6 Answers  


What are tuples?

0 Answers  


Categories