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
  • ASPNETPAGER paging control-how to use

    ASPNETPAGER paging control-how to use

    // This source code is for reference only, and it is not used as a commercial purpose; // If you need to modify and re -compile the control, please keep the complete source code copyright information! // For information about control upgrade and new contr
    2025-02-04
  • asp connection mssql2005 code

    asp connection mssql2005 code

    Recently, many server databases have used mssql2005. Friends who also write asp need to pay attention. It is different from the string of sql2000. Copy the code as follows: <%dim objconn,connstrSet objconn = Server.CreateOb
    2025-02-04
  • How to query date type data?

    How to query date type data?

    Please tell me, how to query in ACCESS database and SQL SERVER database? We can use the following methods to achieve: 1. In the ACCESS database: SELECT * FROM yourTable where dateField=#2001/4/15# (note: the date must be added with a # sign
    2025-02-04
  • ASP Thief (remote data acquisition) program introductory tutorial

    ASP Thief (remote data acquisition) program introductory tutorial

    The thief mentioned here refers to using the powerful functions provided by the xmlhttp component in xml in asp to capture the data (pictures, web pages and other files) on the remote website to the local, and display it on the page after various processi
    2025-02-04
  • Asp uses fso to create a folder according to the specified directory

    Asp uses fso to create a folder according to the specified directory

    Sub EFolder(FolderName)Dim FSOSet FSO=Server.CreateObject(Scripting.FileSystemObject)If Fso.folderexists(Server.MapPath(
    2025-02-04
  • replace two functions that are case-insensitive (highlight keywords)

    replace two functions that are case-insensitive (highlight keywords)

    The following is the function source code: <%Function Takeout(patrn,string1,colors) 'Extract search keyword matching text Dim regEx, Match, Matches, tt 'Create variables. Set regEx = New RegE
    2025-02-04
  • Preventive methods for cookie spoofing vulnerabilities (vbs+js implementation)

    Preventive methods for cookie spoofing vulnerabilities (vbs+js implementation)

    Considering that ASP development can use two languages: vbs and js, program codes in both languages ​​are provided here (bilingual version? YY medium...) One last wordy sentence, the machine I used to type this article does not have an ASP environment, so
    2025-02-04
  • ASP connection database error solution

    ASP connection database error solution

    Provider error 80004005 New solution for unspecified error. The click statistics program that has been running well for the past two days suddenly went wrong, and the display is: -------------------- -----------------------Provider error
    2025-02-03
  • ASP+new contact (3) {Transfer}

    ASP+new contact (3) {Transfer}

    2000-10-31 · Zhao Yue Yesky In ASP+, when the server retrieved the data from the database for the first time, the data was stored in the variable. When the server received the same request, the cache data was directly from the server through the server di
    2025-02-03
  • ASP dynamic array provides Add, Insert, Remove, RemoveAt, Search and other methods.

    ASP dynamic array provides Add, Insert, Remove, RemoveAt, Search and other methods.

    ASP dynamic array provides Add, Insert, Remove, RemoveAt, Search and other methods. Objects can be stored in arrays without considering efficiency issues. Copy the code as follows: Class Vector Private vector_datas() Private in
    2025-02-03
  • Use a custom control in ASP.NET MVC: HTMLFORM

    Use a custom control in ASP.NET MVC: HTMLFORM

    Test the HTMLFORM class under the System.web.ui.htmlControls, which is the formor object we use in the traditional ASP.NET, which is not suitable for dynamically generating HTML code. So I customized a simple HTMLFORM container control, only a few lines o
    2025-02-03
  • Detailed explanation of server.mappath method

    Detailed explanation of server.mappath method

    The server.mappath method is organized for reference by friends who need it./Current directory/Website home directory../Upper directory~/Website virtual directory If the current website directory is E:/wwwroot, the application virtual directory is E:/wwwr
    2025-02-03
  • ASP code to view database records

    ASP code to view database records

    The code for ASP to view database records first establishes a connection between ASP and the database. <%set dbconnection=Server.CREATEOBJECT(ADODB.CONNECTION)DBPath = Server.MapPath(customer.mdb
    2025-02-03
  • Provides several collection functions (ASP)

    Provides several collection functions (ASP)

    <%断剑注释strText为要切取内容的那段打的内容strStarTag为要切取内容的开始的地方strEndTag为要切取内容的结束的地方GetText返回值为切取出来的内容注释结束Function GetText(strText, str
    2025-02-03
  • In -depth explanation ASP+ verification

    In -depth explanation ASP+ verification

    Summary: Detailed explanations to the use of ASP+ verification web control. When will the introduction of the catalog happened? The validity rules of the server -side verification sequence client and useful error information ENable, Visible, and Display a
    2025-02-03