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 is state management in .net?
Which is the parent class of the web server control?
What is query string with example?
What is preprocessor in .net? Where it use?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How to use a Master Database in Asp.net?
Explain the Order of events in an asp.net page?
Why we use content place holder in asp.net?
What language is asp.net written in?
How to bind all the binding controls in a page at once in ASP.NET?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is a postback url?
Will the asp.net validators run in server side or client side?
Explain the difference between Web Garden and Web Farm?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.