ASP contains text, HTML tags and different scripts. These scripts in an ASP file are executed on the server.Before learning ASP one should have knowledge of VBscript or Java script.ASP means Active Server Pages and this pages runs on Internet Information Services .ASP file is the same as HTML file it contains HTML, [...]
AJAX meansĀ Asynchronous JavaScript And XML.It is a method to create web applications in more faster way.In this without loading the page Javascript communicates with the webserver.It uses asynchronous data transfer so that webpages can request information in small bits.AJAX is supported by all the servers.As AJAX directly communicates with the server so one need [...]