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
  • Characteristics and functions of ASP language

    Characteristics and functions of ASP language

    ASP (abbreviation of Active Server Page) means active server page. ASP is an application developed by Microsoft to replace CGI script programs. It can interact with databases and other programs and is a simple and convenient programming tool. The format o
    2025-01-11
  • How to use scripting language in ASP language

    How to use scripting language in ASP language

    A scripting language is somewhere between HTML and programming languages ​​like Java, C++, and Visual Basic. HTML is commonly used to format text and link web pages. Programming languages ​​are often used to send a complex sequence of instructions to a co
    2025-01-11
  • What is the difference between asp language and php language? Which language is best for web development?

    What is the difference between asp language and php language? Which language is best for web development?

    To put it simply, 1. There is a difference in syntax: asp is vb, and php is a c-like language. 2. The platforms are different: asp is available on windows and php is available on all systems. 3. There is a difference in price: php is free. 4. Security: PH
    2025-01-11
  • An introduction to the usage of several commonly used object structures in ASP language

    An introduction to the usage of several commonly used object structures in ASP language

    In the ASP programming language, there are several object structures, namely Request object, Response object, Application object, Session object, Server object, FileSystem object, TextStream object, etc. These objects are very important for the skills of
    2025-01-11
  • How to use if statements, select, and while loops in ASP

    How to use if statements, select, and while loops in ASP

    This article mainly introduces the use of if statements, select, and while loops in ASP. Friends in need can refer to <%@LANGUAGE=VBSCRIPT CODEPAGE=936%>
    2025-01-11
  • asp Chinese digital verification code

    asp Chinese digital verification code

    The implementation method of uppercase digital verification code is as follows:<form method=post name=myform> Name:<input type=text name=name value=><br> Student ID:
    2025-01-11
  • ASP visit number statistics code

    ASP visit number statistics code

    ASP creates access statistics code, Example 1. Create a database table and name it online. Set the following field id to record the session.sessionidname of each visit. If it is a visitor, it will be recorded as a visitor. online If it is a visit, it is 0
    2025-01-11
  • Solution to SQL "Cannot determine identifier for newly inserted row" error

    Solution to SQL "Cannot determine identifier for newly inserted row" error

    The following code will cause an error when running (the identifier cannot be determined for the newly inserted row), that is, the new record cannot be assigned the value of the newly generated identifier for another field of its own. This situation can b
    2025-01-11
  • ASP query XML code by keyword

    ASP query XML code by keyword

    Very good code, it is convenient for friends who use xml as a database. Now I have an xml with the following format: Copy the code. The code is as follows:<date><item><id> 1</id><name> ABC</name></item><item><id> 2</id><name> c
    2025-01-11
  • UTF-8 webpage does not display + UTF-8 webpage garbled general solution

    UTF-8 webpage does not display + UTF-8 webpage garbled general solution

    When we browse or use UFT-8 format pages, there may always be some garbled or non-displayed problems. Download the analysis and solutions for some reasons on the browser client and server and use them on the Windows operating system. When IE is used as a
    2025-01-11
  • ASP saves the remote image to the local code and obtains the first image and creates a thumbnail.

    ASP saves the remote image to the local code and obtains the first image and creates a thumbnail.

    This function can be used when collecting or adding articles online. This function can be used when collecting or adding articles online. The code I searched on Baidu for saving remote pictures to the local one feels a bit difficult to use and there is no
    2025-01-11
  • How to generate word file with style in asp

    How to generate word file with style in asp

    Let asp generate a word file with styles, such as the font color is red, bold, and the font size is 36. The copy code is as follows: < %Set fso=Server.CreateObject(Scripting.FileSystemObject)str=<html>
    2025-01-11
  • Core function code collected by asp agent

    Core function code collected by asp agent

    If you don't know how to write ASP collection, then you may not understand the code, which is not what I am discussing in this post. I hope it is useful to everyone. Function ProxyPage(url)Set Retrieval = CreateObject(MSXML2.ServerXMLHTTP.5.0
    2025-01-11
  • Simple asp collection code tutorial

    Simple asp collection code tutorial

    Example analysis of the collection principle of asp. The first step in starting collection is to analyze the page to be collected. Use a browser to open the page you want to collect (such as: http://sports.sina.com.cn/k/2008-09-15/04593948756.shtml, you c
    2025-01-11
  • The simplest solution to asp multiple queries

    The simplest solution to asp multiple queries

    We often encounter multiple query problems, and long SQL statements often make people confused. Especially when the client partially fills in the query conditions, it will be even more difficult to use ordinary methods. The following cleverly uses the ide
    2025-01-11