What is the main difference between a static page and a
dynamic page?
Answers were Sorted based on User's Feedback
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 |
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 |
Is post back in asp.net?
What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?
What is asp according to you?
What is the concept of postback in asp.net?
What is Runtime callable wrapper?
How would you implement inheritance using VB.NET/C#?
How do cookies work?
Is data edited in the Repeater control?
define silverlight and advantages ?
Types of exceptions in dot net???
How to send auto matic emails based on scheduled tasks to several of my clients
What are tuples?