Active Server Pages
Many new to web application development will choose to use ASP because it is relatively quick to learn and easy to use. Here is an overview of the technology; how it works along with a brief introduction to the ASP objects.
RSS Feeds for this category
Many new to web application development will choose to use ASP because it is relatively quick to learn and easy to use. Here is an overview of the technology; how it works along with a brief introduction to the ASP objects.
There are a lot of functions in ASP. Some are for type checking, typecasting, formatting, math, date and string manipulation. One of the greatest thing I love about vbscript, is they are easy to learn and use.
Counting how many users you currently have viewing your website is a neat thing to add to your site and it’s simple. In order to create this script, you must learn about session, application objects and the global.asa file.
This article introduces how to hyperlink URLs and e-mail addresses in ASP.NET pages with C#, When you design a forum or other Web site, the code is very useful.
When you need to retrieve values from a checkbox that come in a array. This tutorials demonstrates how to retrieve those values as individual values.
When you start using ASP, you will begin working with databases. Interacting with databases can be very important. In this tutorial, we will be using a Microsoft Access Database along with technologies like ADO and the Connection and Recordset objects.
Learn the fundamental of using include files in your asp pages.
In this tutorial, we will be working with three of Microsoft’s built-in ASP components. The Ad Rotator, Content Linker and the Browser Capabilities Component.
In this tutorial, we will discuss the benefits of using the QueryString and how to use the QueryString.