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 property in asp net?

1 Answers  


how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


What is meant by role based security? when we use this one

2 Answers  


About friend and Protected friend ?

3 Answers   MMTS,


Describe a bubbled event and how it is used ?

1 Answers   Siebel,


What is the difference between ldap and active directory?

1 Answers  


witch is the best insistute in sharpoint course.what abt future of share point course.

3 Answers  


What is session in http request?

1 Answers  


How can you make sure that web api returns json data only?

1 Answers  


I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?

1 Answers  


What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


How can you change a Master page dynamically in which event of page life cycle?

2 Answers   Fulcrum Logic,


Categories