What is the main difference between a static page and a
dynamic page?
Answer Posted / 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 View All Answers
what are the security certificates used in webservices?
In ViewState How much lifespan items stored?
What is master page in dtp?
What is query string? What are its advantages and limitations?
What is the difference between pathparam and queryparam?
Why asp.net is used?
What are the 3 types of web?
What is viewstate information stored?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Why do we need a web application session?
What is the sequence in which ASP.NET events are processed?
What are session state modes? List some of the important session state modes of asp.net.
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Where the assembly is stored in asp.net?
What is protected configuration?