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
  • 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
  • ASP uses class concepts to achieve modularity

    ASP uses class concepts to achieve modularity

    What I wrote before: Everyone who writes programs knows that when you gradually develop the functions you want to implement, sometimes what you wrote on the first day will be forgotten the next day. A lot of it Sometimes, we have to write detailed program
    2025-02-06
  • A method to obtain the record number of records in ASP using sets & amp;#061; oconn. & Amp;#101xecute ()

    A method to obtain the record number of records in ASP using sets & amp;#061; oconn. & Amp;#101xecute ()

    In ASP, if you use sets = Oconn.execute () to create a recordset object, and then use recordset.Recordcount to get the record number, you will find that its value is -1. At this time, we can use the Getrows method to obtain Record number. <% D
    2025-02-06
  • Why can't my ASPX display Chinese?

    Why can't my ASPX display Chinese?

    Please go to C: /winnt/microsoft.net/frameswork. If it is Beta1 to find a file called config.web, if it is Build 9150 or BUILD9188, find a file called Machine.config, all of which are below this directory.
    2025-02-06
  • Simple ASP paging code (tested correctly) Page 1/2

    Simple ASP paging code (tested correctly) Page 1/2

    This article has been fully tested and supports ASP+ACCESS and ASP+SQL. Please modify the relevant parts. Note that I refuse to answer basic questions in a hurry. This code is already very simple. If you still don’t understand it, you can refer to other c
    2025-02-06
  • asp remove table regular code function in html

    asp remove table regular code function in html

    Remove the table code in html Remove the table code in html Function OutTable(str)dim a,reset re=new RegExpre.pattern=/<[^>]+()/>re.global=truea=strOu
    2025-02-06
  • Asp's xml cache class instance

    Asp's xml cache class instance

    <% Rem xml cache class Class XmlCacheCls Private m_DataConn 'Data source, must be opened Private m_CacheTime 'CacheTime, default to 10 minutes in seconds Private m_XmlFile 'xml path, use absolute address, no extension is required Private
    2025-02-06
  • After installing the Framework, there is no display of the ASPX page to prompt the user name and password to solve the problem of the problem.

    After installing the Framework, there is no display of the ASPX page to prompt the user name and password to solve the problem of the problem.

    Downloaded the official version of VS.NET, formatting all the computer (5), and reinstalling (this is my habit, because the cover installation is more complicated, it is difficult to judge where there is a problem. ) After 2 and a half hours, the installa
    2025-02-06
  • The shocking Debug class in ASP (VB & AMP;#083; Cript)

    The shocking Debug class in ASP (VB & AMP;#083; Cript)

    Translator's words: I do n’t know if friends who write code in ASP have the same feeling as I do. The most headache in ASP is inconvenient when debugging the program. I think many friends may use this method to “response.write”, Then output related st
    2025-02-06
  • Transplant ASP code to VB COM component (2)

    Transplant ASP code to VB COM component (2)

    When you write the ASP code that can save time, if you want to transplant the code, there are many things to do. Follow the steps below, you will find that the transplant code is not troublesome. The biggest disadvantage of the variable type Visual Basic
    2025-02-06
  • Summary of ASP common objects (familiarize yourself with future development and use)

    Summary of ASP common objects (familiarize yourself with future development and use)

    Summary of common ASP objects (get familiar with them for future development and use) ADO objects: Connection Command Recordset Record Stream ASP supports many objects, and you can write your own COM components. The following are the ones we often use: Se
    2025-02-06
  • Check whether the asp code of a table with a certain name exists in the access database

    Check whether the asp code of a table with a certain name exists in the access database

    First call the openSchema function in the adodb.connection object, which will get a Recordset, in which each record corresponds to a table in the database, and each field of the record contains some aspect of the information of the corresponding table. Th
    2025-02-06
  • asp xml cache class

    asp xml cache class

    This class draws on the walkmanxml data cache class, which is more convenient to use. Welcome everyone to communicate and make progress. Copy the code as follows: <%Rem xml cache class---------------------- ---------------------------------------
    2025-02-06
  • Using xmlHttp combined with ASP to implement asynchronous calling of web pages

    Using xmlHttp combined with ASP to implement asynchronous calling of web pages

    Through the combination of xmlHttp and ASP, we can easily complete asynchronous calls to web pages. The code is as follows: 1. Create a new Display.asp (this is the front-end display page). Pay attention to the four attributes of xmlhttp.readyState: 1: LO
    2025-02-06
  • Comparison of two thief programs

    Comparison of two thief programs

    Function GetURL(url)Set Retrieval = CreateObject(Microsoft.XMLHTTP)With Retrieval.Open GET, url, False.SendGetURL = byte
    2025-02-06