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
  • Key values ​​corresponding to each key on the keyboard

    Key values ​​corresponding to each key on the keyboard

    Description/r0x1 left mouse button/r0x2 right mouse button/r0x3 CANCEL key/r0x4 middle mouse button/r0x8 BACKSPACE key/r0x9 TAB key/r0xC CLEAR key/r0xD ENTER key/r0x10 SHIFT key/r0x11
    2025-02-07
  • ASP page static batch generation code sharing (multiple methods)

    ASP page static batch generation code sharing (multiple methods)

    Recently, a friend's website needs to generate a static website, but sometimes there will be problems when generating static. We have compiled some methods, and you can choose according to your website needs. 1. ASP has two simple methods of generatin
    2025-02-07
  • Summary of ASP+Access database security setting methods

    Summary of ASP+Access database security setting methods

    Summary of Access database security setting method 1. First, we need to filter all content submitted by the client, including the ?id=N category, and also the select and asp file operation syntax for operating the database in the submitted HTML code. You
    2025-02-07
  • ASP method to obtain the ID value of a new record

    ASP method to obtain the ID value of a new record

    This article mainly introduces the method for ASP to obtain the ID value of new records. It also introduces the methods for obtaining the ID value of the two databases ASP+Access2000 and ASP+SQL Server 2000. Friends in need can refer to ASP+Access20001. T
    2025-02-07
  • Analysis on the difference between ASP eof and bof

    Analysis on the difference between ASP eof and bof

    Under asp, eof or bof are often used to verify whether it is the last of the record. You can refer to the following differences for judgment. if rs.bof then means: the position of the current pointer is before the first line of record if rs.eof then means
    2025-02-07
  • ASP security vulnerability and attack prevention method

    ASP security vulnerability and attack prevention method

    How to better achieve preventing hackers, I have mentioned my personal opinion! First, the free program is free of charge. Since you can share the original code, the attacker can also analyze the code. If you pay attention to the details, the security of
    2025-02-07
  • Cannot use "; file is already in use Microsoft JET Database Engine

    Cannot use "; file is already in use Microsoft JET Database Engine

    '' cannot be used; the file is already in use. Explanation: An unhandled exception occurred during execution of the current web request. Please check the stack trace for details about the error and where in the code that caused it Error type: Micr
    2025-02-07
  • Understand the role of the Global.asa file

    Understand the role of the Global.asa file

    Understanding the role of the Global.asa file - ASP basic tutorial 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 an
    2025-02-07
  • Use ASP to insert the form data into the 2 commonly used methods of databases

    Use ASP to insert the form data into the 2 commonly used methods of databases

    Two common methods of inserting form data into the database with ASP: 1. The advantages of using SQL statements directly: fast speed, no resource disadvantages: not too long field content, the field is not easy to discharge wrongly. Recommended programmin
    2025-02-07
  • The easiest and easy -to -use multi -query solution

    The easiest and easy -to -use multi -query solution

    We often encounter multiple query problems, and long SQL statements often make people feel confused. Especially when the client is partially filled in the query conditions, it will be more difficult to use ordinary methods. The following cleverly uses the
    2025-02-07
  • How to build a music server using ASP

    How to build a music server using ASP

    Music Server refers to a server that provides online music services. It includes high-end websites that provide portal services, Web databases, and low-end operating platforms and hardware facilities. At present, there are many such sites on the Internet
    2025-02-07
  • How does ASP obtain the real IP address

    How does ASP obtain the real IP address

    Use Request.ServerVariables(REMOTE_ADDR) in ASP to obtain the client's IP address. However, if the client uses a proxy server to access, what is obtained is the IP address of the proxy server, not the real client IP address. To use an agent
    2025-02-07
  • ASP error message solution: IIS sets the setting of the parent path

    ASP error message solution: IIS sets the setting of the parent path

    Today, the company's customer warranty website cannot be accessed. I checked the source code and found that the ASP code itself was not a problem. And I can access it locally. It cannot be connected normally on the Internet, and the error is displayed
    2025-02-06
  • Several functions for ASP to collect and store local files

    Several functions for ASP to collect and store local files

    *************************************************** *************** Function: Use the stream to save files Parameters: from (remote file address), tofile (save file location)**
    2025-02-06
  • How many loops per line in asp

    How many loops per line in asp

    This thing often needs good things. Asp we often need to output how many columns in a row <%set rs = server.createobject(adodb.recordset)sql = Select * from friend order by id DESC
    2025-02-06