InterviewSolution
| 1. |
What Is Asp? |
|
Answer» ASP stands for ACTIVE Server Pages. It is a server side technology which is used to display dynamic content on web pages. For EXAMPLE you could write code that would give your visitors different information, different images or even a totally different PAGE DEPENDING on what browser version they are USING. ASP stands for Active Server Pages. It is a server side technology which is used to display dynamic content on web pages. For example you could write code that would give your visitors different information, different images or even a totally different page depending on what browser version they are using. |
|