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 execution order of ASP script

    The execution order of ASP script

    First of all, let's take a look at the process execution of the ASP page 1. IIS find the ASP file and submit it to the ASP engine (usually ASP.DLL) processing. 2. The engine opens this ASP file and finds the content between <%and%>, of course<sc
    2025-02-11
  • ASP method to obtain database table name, library name, field name

    ASP method to obtain database table name, library name, field name

    This article mainly introduces the method for ASP to obtain the database table name, library name, and field name. The example in this article uses the SqlServer database. Friends who need it can refer to ASP to obtain the database table name. The field n
    2025-02-11
  • The fourth day of learning ASP.net in ten days

    The fourth day of learning ASP.net in ten days

    Learning purpose: Master the use of WEB controls (2) First of all, I want to explain that my ten-day tutorial is just to let everyone have an understanding of ASP.NET. I also skipped a lot of things. Many people on the Internet are scolding me for the tut
    2025-02-11
  • Using ASP to realize online "Gomoku" competition

    Using ASP to realize online "Gomoku" competition

    Backgammon is a puzzle game that everyone is very familiar with, and there are many related game softwares. Here I solemnly introduce to you a new pure online version of Backgammon. It uses ASP as the development environment, so it is very popular on the
    2025-02-11
  • Using Ajax to deliver XML documents

    Using Ajax to deliver XML documents

    client <script language=javascript>//生成XML文件function GetAllFormData(){var strXML = <Client>/r/n<FormData>/r/n;strXML += <Use
    2025-02-11
  • ASP URL decoding function code

    ASP URL decoding function code

    URL decoding function, simple and easy to understand. The main reason is that the original Chinese has been URL encoded. When it is used specifically, it needs to be restored to Chinese, so such a function is needed. For example: when we search for Script
    2025-02-11
  • How to obtain Web access head information and web code through XMLHTTP

    How to obtain Web access head information and web code through XMLHTTP

    How to obtain a section of instance code for web access information and web code through XMLHTTP. Wulin Web Development Network has compiled this article for everyone how to obtain Web access information and web code through XMLHTTP. If this article is he
    2025-02-11
  • Alternative file upload solution in ASP

    Alternative file upload solution in ASP

    Writing idea: Encode the local file on the client through base64 and then send it to the destination. During the test process, the uploaded file was too large, resulting in an unsuccessful timeout. Later, it was improved. The encoding was sent in segments
    2025-02-11
  • asp connection SQL and Access data code (random function in asp)

    asp connection SQL and Access data code (random function in asp)

    asp connection SQL and Access data code, random functions in asp, friends who need it can refer to the first way to write asp connection sql: copy the code as follows: MM_conn_STRING = Driver={SQL Server};server=(local);uid= s
    2025-02-11
  • Intercept the actual length string and replace it with spaces

    Intercept the actual length string and replace it with spaces

    function cutstr(thestr,strlen)dim l,t,cl=len(thestr)t=0for dxy=1 to lc=Abs(asc(Mid(thestr,dxy,1)))if c>255 thent=t+2else
    2025-02-11
  • ASP paging displays Recordset data

    ASP paging displays Recordset data

    1.建立Recordset对象Dim objMyRstSet objMyRst=Server.CreateObject(ADODB.Recordset)objMyRst.CursorLocation=adUseClientBatch &ls
    2025-02-11
  • Answers to questions about ASP loop tables [more detailed]

    Answers to questions about ASP loop tables [more detailed]

    In many cases, we use the original method to solve the problem of looping 3 pictures in a row. If the uploader only uploads 2 pictures, the distance between the 2 pictures will be very large because one is missing.<td></td> .The following is the code. If
    2025-02-10
  • Use ASP to realize the operation of MP3 track information

    Use ASP to realize the operation of MP3 track information

    Let’s briefly talk about the ID3 tag of MP3, because the main thing is to operate this thing. At the beginning, MP3 did not have what we see today. There were singers, years, albums and other information. There were only some simple parameters such as yes
    2025-02-10
  • There are 5 differences in the get post submission form in asp tutorial

    There are 5 differences in the get post submission form in asp tutorial

    There are 5 differences in the get post submission form in the asp tutorial. The HTTP request and the form are introduced separately. Friends who need it can learn about the following 5 points in the get post submission form in the asp tutorial. The diffe
    2025-02-10
  • asp realizes adding wma video files to the front-end display in the background

    asp realizes adding wma video files to the front-end display in the background

    I want to use asp to add wma video files in the background, and the added video file is displayed in the foreground. This article provides the implementation code. I want to use asp to add wma video files in the background, and the added video file is dis
    2025-02-10