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
  • Extract the uploaded secondary data by uploading request.totalbytes as a binary file in the form

    Extract the uploaded secondary data by uploading request.totalbytes as a binary file in the form

    Extract the code description of the uploaded secondary data through the form upload request.totalbytes as a binary file. Copy the code code as follows:<input type="file"> formsize=request.totalbytes formdata=requ
    2025-01-11
  • How to write utf8 in asp without garbled characters

    How to write utf8 in asp without garbled characters

    Sometimes we need to declare the coding of the page when writing asp, otherwise garbled code will easily appear. Here is the copy code in utf-8 format as follows: <%@ CODEPAGE=65001 %><% Response.CodePage=65001%><% Response .Charset
    2025-01-11
  • asp generates static HTML (dynamic reading)

    asp generates static HTML (dynamic reading)

    This kind of code is mostly used when we have not implemented the function of generating static design, but we want to temporarily generate some dynamic pages into static ones. We can directly obtain the dynamic content and save it as static copy code. Th
    2025-01-11
  • Common 80004005 errors and their solutions

    Common 80004005 errors and their solutions

    Wulin.com (www.vevb.com) In the process of writing WEB applications, we often have to deal with databases, such as the databases ACCESS, SQL SERVER, etc. that we often use daily. When connecting to these databases, the system often gives us some 80004005
    2025-01-11
  • Asp background management system analysis of program code secrets and learning records

    Asp background management system analysis of program code secrets and learning records

    1. The background page generally includes content: in-page search, item display, operation processing links, and paging bars. 2. Appearance forms: tables, buttons, text links, form submissions 3. Page code layout: 1) Variable definition and parameter acce
    2025-01-11
  • Complete set of ASP arrays, multi-dimensional arrays and one-dimensional arrays

    Complete set of ASP arrays, multi-dimensional arrays and one-dimensional arrays

    ASP array is a relatively easy-to-use container for loading large amounts of data. 1. There are two ways to define an array: DIM and REDIM. DIM defines an array of fixed number and data type; REDIM is different. It can define different types of data, and
    2025-01-11
  • Solution to 80040e14 error in ASP code

    Solution to 80040e14 error in ASP code

    This article outlines two ways to resolve the 80040e14 error. I haven't written ASP code for a long time. Today when I was making a simple guestbook, an error occurred: Microsoft Office Access Database Engine error '80040e14' Insert
    2025-01-11
  • asp dynamic array[reprint]

    asp dynamic array[reprint]

    The ASP array mentioned in this article refers to the array using the default language VBScript as the language in ASP. Example: Dim MyArray() for i = 0 to 10 ReDim Preserve MyArray(i) MyArray
    2025-01-11
  • An example of cleverly using the Split() function to generate SQL query statements in ASP

    An example of cleverly using the Split() function to generate SQL query statements in ASP

    Sometimes we need to implement multiple condition queries based on parameters. Here we use the split function to split the parameters into multiple Split program codes. Copy the code code as follows: <%attribs="Shopping mall name^^Fast food restau
    2025-01-11
  • How to use UBOUND and LUBOUND in ASP

    How to use UBOUND and LUBOUND in ASP

    The UBound function returns a Long type data whose value is the maximum subscript available for the specified array dimension. The UBound function returns a Long type data whose value is the maximum subscript available for the specified array dimension. S
    2025-01-11
  • ASP video tutorial: Drawing a scoop from a gourd
  • Microsoft JET Database Engine error '80004005' Unspecified error

    Microsoft JET Database Engine error '80004005' Unspecified error

    The website appears: Microsoft JET Database Engine error 80004005 Unspecified error solution: Cause of failure This type of error generally occurs when the file system is in NTFS format, and is caused by insufficient operating permissions of the IIS anony
    2025-01-11
  • What is ASP and how ASP works

    What is ASP and how ASP works

    1: What is ASPActive Server Pages (ASP, Active Server Pages) is a programming environment in which HTML, scripting languages, and components can be mixed to create powerful server-side Internet applications. If you have created a site before that mixed HT
    2025-01-11
  • A brief discussion on ASP database download vulnerability

    A brief discussion on ASP database download vulnerability

    Nothing is perfect, so loopholes are inevitable. After a loophole occurs, various countermeasures will follow, such as changing the suffix of the database, changing the name of the database, etc. Many people think that just doing this will solve the probl
    2025-01-11
  • asp(vbs)fso OpenTextFile method parameter description

    asp(vbs)fso OpenTextFile method parameter description

    OpenTextFile is a method in the asp language that opens the specified file and returns a TextStream object. You can use this object to read, write, or append to the file. OpenTextFile is a method in the asp language that opens the specified file and retur
    2025-01-11