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
  • Asp scheduled execution operation Asp scheduled reading database (web page scheduled operation

    Asp scheduled execution operation Asp scheduled reading database (web page scheduled operation

    Due to the language limitations of some current web pages, there are certain difficulties in timing operations. However, after many verifications, I found that the fourth method is undoubtedly the most effective and the most worry-free. The current schedu
    2025-02-13
  • Regarding efficiency, 5 techniques of ASP speed up

    Regarding efficiency, 5 techniques of ASP speed up

    More and more people have given up ASP. In fact, ASP is not very bad. It is easy to learn and get started quickly. Read the following articles and understand how to speed up in ASP! One of the techniques: Improve the efficiency of using the Request collec
    2025-02-13
  • Transplant ASP code to VB COM component (to 4)

    Transplant ASP code to VB COM component (to 4)

    ASP Page Author: Green Apple Computer Studio Click: The first stop in this example is the ASP page. This ASP page is connected with ADO and Northwind database. In order to maintain good coding habits, I used Option Explicit and clearly declared all variab
    2025-02-13
  • A brief discussion on the usage of request and response in asp

    A brief discussion on the usage of request and response in asp

    This article mainly introduces the usage of request and response in asp. Friends in need can refer to the usage of request: request has three methods of obtaining form values, which are used for obtaining different form submission methods. A form can simp
    2025-02-13
  • Why can't I return a recordset using OLEDB in a stored procedure?

    Why can't I return a recordset using OLEDB in a stored procedure?

    Why can't I return a recordset using OLEDB in a stored procedure? I once wrote a program that operates on a temporary table (the main function is to retrieve the top 10 records of each category). The stored procedure uses ODBC to connect to the databa
    2025-02-13
  • Basic syntax of dynamic SQL statements

    Basic syntax of dynamic SQL statements

    Basic syntax of dynamic SQL statements 1: Ordinary SQL statements can be executed with Exec, eg: Select * from tableNameExec(select * from tableName)Exec sp_executesql Nselect * from
    2025-02-13
  • Thoroughly master ASP paging technology and analyze it in detail

    Thoroughly master ASP paging technology and analyze it in detail

    There are still many followers on some forums about paging ASP programs, but there are only codes and no detailed explanations. For beginners, this will always fail to truly grasp it. This time I will explain the paging technology in detail. , let everyon
    2025-02-13
  • Recommend a few FSO operation files commonly used in ASP development, picture, universal function code

    Recommend a few FSO operation files commonly used in ASP development, picture, universal function code

    Here are a few that are often applied to FSO operation functions in ASP, practical classics, recommended collection! Wulin.com Web Development Network has compiled this recommended FSO operation file picture in the commonly used FSO operation files for yo
    2025-02-13
  • A good stuff for client with ASP+RDS+VBA ginseng report (advanced articles)

    A good stuff for client with ASP+RDS+VBA ginseng report (advanced articles)

    test_print_report.asp<html><head><meta content=text/html; charset=big5 http-equiv=content-type><title>client use rds pro
    2025-02-13
  • Use redim and preserve to create dynamic array instances in asp

    Use redim and preserve to create dynamic array instances in asp

    This article mainly introduces the use of redim and preserve in asp to create dynamic array instances. This article also gives examples of other array operations in ASP. Friends in need can refer to the function of REDIM in asp to dynamically define the a
    2025-02-13
  • ASP+ Chinese Tutorial (2) ---- ASP+ Web Forms

    ASP+ Chinese Tutorial (2) ---- ASP+ Web Forms

    China's largest web development resource website and technology community, ASP + Web Forms, a new term of Microsoft, as its own words, the ASP + Web Forms page framework Web page. Don’t you understand it, is it? Actually
    2025-02-13
  • String.indexOf method introduction

    String.indexOf method introduction

    The IndexOf() method of a string searches whether the string passed as a parameter appears on the string. If the string is found, it returns the starting position of the character (0 means the first character, 1 means the second character follows By analo
    2025-02-13
  • Summary of nine methods to prevent MDB database from being downloaded

    Summary of nine methods to prevent MDB database from being downloaded

    It turns out that changing mdb to asp can prevent downloading is nonsense. Use Flashget to test download the data.asp file and save it as a data.mdb file. I found that it is intact when opened with ACCESS! 1. Use your imagination to modify the database fi
    2025-02-13
  • Two ways to hide the ASP Trojan backdoor

    Two ways to hide the ASP Trojan backdoor

    The following two methods can hide your ASP Trojan. You can test it. 1. Create a non-standard directory: mkdir images../Copy the ASP Trojan to the directory: copy c:/inetpub/wwwroot/dbm6.asp c:/inetpub /wwwroot/image
    2025-02-13
  • ASP has the usage of Global.asa file

    ASP has the usage of Global.asa file

    First of all, .asa is the file suffix, which is the abbreviation of Active Server Application. The Global.asa file can manage two very demanding objects in ASP applications: Application and Session. It is actually an optional file in which the programmer
    2025-02-13