See Our Webmaster Tools for Windows and Mac

                                  

what Difference between Dynamic and static pages?

Started by Alex Thompson, August 13, 2013, 02:56:05 AM

Alex Thompson

I just heard about dynamic and static webpages but want to know about more, any one have some information.


mifasystem

Dynamic page is we can able to update the things to server but Static page we cannot do any changes.

petersmith5544

Static page generally does not have server side coding.Where as Dynamic page has server side coding.WHenever the html code together with scripts that function from the client side is involves static pages.When the processing is partly or wholly performed done by the Server it is Dynamic page.There must be some information retrieval or storage in a Dynamic Page.ASP and ASP.NET involves Dynamic Pages.

Smitha Nayak

Static page means it cannot change, But Dynamic page means it can be change.