Home | GlossarySearch knowledgebase  Login..
Glossary  
Following are the terms already defined in the Glossary.You may add new term by choosing the option Add New Term.
Display Glossary of Terms starting with All 
Sr. No. Name Description
 2 ASP Active Server Pages, Microsoft's technology to enables HTML pages to be dynamic and interactive by embedding scripts, i.e. either VBScript or JScript, Microsoft's alternative of JavaScript. Since the scripts in ASP pages (suffix .asp) are processed by the server, any browser can work with ASP pages regardless of its support for the scripting language used therein. An ASP Tutorial, ASP Developer Network, Lots of ASP Links.
 7 ASP.net ASP.net is the next generation of Microsoft's Active Server Page (ASP), a feature of their Internet Information Server (IIS). ASP.net is different from ASP in two major ways: it supports code written in compiled languages like C++, Visual Basic, and Perl, and, it features server controls that can separate the code from the content, allowing WYSIWYG editing of pages.