Home>Network programming tutorial> ASP tutorial
All ASP tutorial ASP tutorial ASP.NET tutorial PHP tutorial JSP tutorial C#/CSHARP tutorial XML tutorial Ajax tutorial Perl tutorial Shell tutorial Visual Basic tutorial Delphi tutorial Mobile development tutorial C/C++ tutorial Java tutorial J2EE/J2ME Software engineering
ASP tutorial
  • The built -in function used in ASP

    The built -in function used in ASP

    It will occur when an example of the relevant class will occur. The ABS function returns a variant value, which contains an array. The Array function returns an ANSI character encoding related to the first letter in the string. The ASC function returns a
    2025-01-30
  • ASP Tutorial: Learn 6 major objects and database operations in a simple way

    ASP Tutorial: Learn 6 major objects and database operations in a simple way

    ASP learning steps: 1. 5 objects Request, Response, Session, Server, Application2, two database components Adodb.Recordset Adodb.Connection3, Request.From (form name)
    2025-01-30
  • 6 line code implementation ASP no component upload

    6 line code implementation ASP no component upload

    At present, there are many components of uploading classes. I probably read it. Most of them are written quite complicated. Take AdoDB.Stream, and use 6 lines of code to achieve componentless uploading: upload.asp file code <%s
    2025-01-30
  • Discuz!NT forum integration ASP program forum tutorial

    Discuz!NT forum integration ASP program forum tutorial

    Discuz!NT forum integrates ASP program forum implementation code. Copy the code as follows: Record cookies page code when logging in<!--#include file=md5.asp--> //32-bit md5 encrypted file must be called. This file is available everywhere, so I will not p
    2025-01-30
  • How to Prevent Duplicate Voting in Online Voting_ASP Tutorial

    How to Prevent Duplicate Voting in Online Voting_ASP Tutorial

    Recommended: Detailed explanation of Asp function Cbool(string) Convert to Boolean value Cbyte(string) Convert to byte type value Ccur(string) Convert to currency value Cdate(string) Convert to day-ahead type value Cdbl(string) Convert to double precision
    2025-01-30
  • asp fckeditor customizes the file name of the uploaded file

    asp fckeditor customizes the file name of the uploaded file

    It is very troublesome if you encounter Chinese characters when uploading files, but users cannot change the file name before uploading it, so the file name is automatically generated. Just modify the commands.asp in the fckeditor/editor/filemanager/conne
    2025-01-30
  • ASP programming development coding conversion Daquan

    ASP programming development coding conversion Daquan

    This article gives you some very useful code, which can be transferred in ASP. These include UTF8 GB2312 binary decimal code hexadecimal. UTF to GB --- Convert UTF8 encoding text to GB encoding text function UTF2GB (UTFSTR) for Dig = 1 to
    2025-01-30
  • ASP Google's translate API code

    ASP Google's translate API code

    After writing the previous article in PHP using Google's translate API, I suddenly wanted to make an ASP class so that asp users could use it. Then I started writing and found that I had forgotten a lot about asp. For example, the theme, the idea is e
    2025-01-30
  • Use ASP code to generate Excel tables and export the data in access

    Use ASP code to generate Excel tables and export the data in access

    A customer requires the backend to generate a large amount of data (tens of thousands of items each time) of membership card numbers, passwords, amounts, etc. The generated membership card number and password must be printed on the card and issued to memb
    2025-01-30
  • What is the format of asp? How to open asp files?

    What is the format of asp? How to open asp files?

    Today in the group, someone asked what format ASP is and how to open ASP files. In fact, ASP is the backend language of Microsoft. Many websites are made of ASP. Although PHP is used more now, here is a brief introduction to what ASP is. , what can it do?
    2025-01-30
  • ASP cache technology, improve ASP bearing capacity

    ASP cache technology, improve ASP bearing capacity

    First, what is ASP cache/why cache is actually when your web site is established in the early stage of ASP technology, you may feel the convenience brought by the ASP dynamic web technology, and the free modification and free HTTP control. But as the numb
    2025-01-30
  • ASP Example: Solving ASP Image Upload Vulnerability

    ASP Example: Solving ASP Image Upload Vulnerability

    A commonly heard ASP upload vulnerability is to upload some Trojan files by changing their suffix names (to image file suffixes). Use the following function to identify this situation: <%****************************************** *********************
    2025-01-30
  • How to get the day of the week in asp

    How to get the day of the week in asp

    This article mainly introduces the method of getting the day of the week in asp. It mainly uses the application of weekday function and weekdayname function. Friends in need can refer to the test code as follows. Please use IE to run this example and copy
    2025-01-30
  • Introduction to the use of asp arrays

    Introduction to the use of asp arrays

    Defining Simple Arrays There are two ways to define and initialize arrays in ASP. Let's look at examples of each: Method 1: MyArray = Array("Jan","Feb","Mar","Apr","May" ,"Jun","Jul&quot
    2025-01-30
  • Rnd function in asp

    Rnd function in asp

    The Rnd function returns a value less than 1 but greater than or equal to 0. The value of number determines how Rnd generates random numbers. Rnd function description returns a random number. Syntax Rnd[(number)] number The parameter can be any valid nume
    2025-01-29