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
  • Talk about automatic collection procedures and warehouses

    Talk about automatic collection procedures and warehouses

    Recently, there are some collection procedures on the Internet. More people are selling these things on the Internet. Many people who do n’t understand are envious of those programs. In fact, if you understand some ASPs and understand the principle of aut
    2025-02-04
  • ASP advanced template engine implementation class

    ASP advanced template engine implementation class

    This template engine is more convenient. It is combined with HTML. The copy code is as follows: Class templatePrivate c_Char, c_Path, c_FileName, c_Content, c_PageUrl, c_CurrentPage, c_Pag
    2025-02-04
  • Two unconventional ASP Trojans (can escape scanning)

    Two unconventional ASP Trojans (can escape scanning)

    Two unconventional ASP Trojans were written to avoid the lake2 ASP webmaster management assistant. Hanxiaolian was written to avoid the lake2 ASP webmaster management assistant. 1. The pony copy code that bypasses the lake2 Asp Trojan scan is as follows:
    2025-02-04
  • Solutions to SQL query statement wildcards and ACCESS fuzzy queries like

    Solutions to SQL query statement wildcards and ACCESS fuzzy queries like

    When I was writing a page today, I was also very depressed. There were records in the table, but I couldn't find them in ASP. It turned out to be caused by the different wildcard characters in the query statements of access and SQL. Comparison of ACCE
    2025-02-04
  • Error Provider (0x80020005) type mismatch solution

    Error Provider (0x80020005) type mismatch solution

    When I upgraded Dongyiyong 2006 to SW6.8 today, I found that the front-end member center prompted an error Provider (0x80020005) type mismatch when publishing an article. I looked at the line of the error code prompted. The code was about custom fields. I
    2025-02-04
  • Solution to the problem that the system date format obtained by ASP in Win7 IIS7 is a slash

    Solution to the problem that the system date format obtained by ASP in Win7 IIS7 is a slash

    Under Win7, although we have changed the time and date format in the control panel to YYYY-MM-DD, the date obtained by the ASP function NOW() or DATE() is still in the format with /. We can solve this problem by changing the registry. : Open the registry
    2025-02-04
  • Explain in -depth ASP+ verification (transfer from MS 2)

    Explain in -depth ASP+ verification (transfer from MS 2)

    The client API has a small API that can be used on the client to achieve various effects in your own client code. Because some routine cannot be hidden, in theory, you can use the client to verify all variables, characteristics, and functions defined by t
    2025-02-04
  • Dive into the Application and Session objects

    Dive into the Application and Session objects

    When using ASP to write virtual communities, online shopping and other programs, the Application and Session objects play a decisive role. Being able to use these two objects flexibly and rationally is the key to improving the quality of the program. Let
    2025-02-04
  • Solution page for garbled code conversion between Utf-8 and Gb2312 encoding in ASP

    Solution page for garbled code conversion between Utf-8 and Gb2312 encoding in ASP

    If the ASP program is in the same site and there is a UTF-8 encoded program and a GB2312 encoded program, after browsing the UTF-8 encoded page and then browsing the GB2312 page of the current website, the GB2312 encoded page will appear. The problem with
    2025-02-04
  • Get the self-increment of the current article after adding content through addnew in asp

    Get the self-increment of the current article after adding content through addnew in asp

    After using the addnew method to add a record in asp, we often use to obtain the self-increasing ID, and it is easy to achieve this function using bookmark. After using the addnew method to add a record in asp, we often use to obtain the self-increasing I
    2025-02-04
  • asp display calendar effect code

    asp display calendar effect code

    <P><style>td { font-family: 宋体; font-size:9pt}</style><body bgcolor=eeeeee><table width=180 cellpadding=0 cellspacing=1
    2025-02-04
  • ASP uses a three-tier architecture. Classes used in asp

    ASP uses a three-tier architecture. Classes used in asp

    Class has appeared in ASP for a long time, but it is rarely seen being used in code. I remember when I was studying Dongwang’s forum program, I saw some examples, and I thought I admired it at the time - it was of no use to me. technology. But if Class is
    2025-02-04
  • In asp command, some fields are displayed as empty when entering a single record.

    In asp command, some fields are displayed as empty when entering a single record.

    I found some information on the Internet about the problem of cursors, but I still can't put it in (if I find the method, I can change it). The previous SQL was written like this, but it has no effect. Some non-sequential values ​​will be lost edit_rs
    2025-02-04
  • 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