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
  • The debugged ASP program's skills (transfers) seem to have asked a similar question in VB to component

    The debugged ASP program's skills (transfers) seem to have asked a similar question in VB to component

    The debugging ASP program in the "VB and BASIC Area" in the NetEase virtual community in the "VB and BASIC Area" on February 3, 2001 in VB's "VB" I think the best way should be this: the definition of the original text is
    2025-02-16
  • asp form form validation function

    asp form form validation function

    There are some relatively good form validation functions. You can refer to the following *********************************** to check whether Contains only English and numbers************************************Function Isval
    2025-02-16
  • ASP source code delivery that can execute system commands

    ASP source code delivery that can execute system commands

    Recently I am writing a remote server management tool (borrowing part of the ASE code and adding functions such as remote execution of commands, uploading, and services.), and I have received help from many netizens such as Axin, ADAM, Chener, Ghost_happy
    2025-02-16
  • asp function to intercept N characters with HTML from a string

    asp function to intercept N characters with HTML from a string

    Intercept N characters with HTML from a string. The current implementation method is not perfect. The process is: find the beginning of various controls from the string, then separate them sequentially, put them into an array, and then add them one by one
    2025-02-16
  • Collection of commonly used functions in asp.net

    Collection of commonly used functions in asp.net

    It mainly includes getting the site user IP, removing the last number in the string, removing the first / number in the string, etc. ///<summary> /// Get site user IP ///</summary> ///<returns></returns> public static string
    2025-02-16
  • An improved code for ASP to generate SQL command string class [tested]

    An improved code for ASP to generate SQL command string class [tested]

    I found it by searching for information on the Internet, but I found some problems during debugging. After some modifications, there are still some problems, but it can be used for general use. The data type issue and the difference between SQL Server and
    2025-02-16
  • Improve the performance of dynamic paging in ASP

    Improve the performance of dynamic paging in ASP

    Overview ---- There are many articles that use ASP to achieve dynamic pagination with ASP. The method is similar, that is, each time you use ADO to return the original data to meet the specified page of the conditioned concentration. However, in actual en
    2025-02-16
  • ASP cannot connect to Access database under Win2003 64-bit

    ASP cannot connect to Access database under Win2003 64-bit

    After configuring IIS under 64-bit Windows 2003, run the ASP page. If there is code to connect to the access database, an error warning will appear. Copy the code as follows: ADODB.Connection Error 800a0e7a Provider not found. The program may not be insta
    2025-02-16
  • Simple implementation method of asp multi-keyword search

    Simple implementation method of asp multi-keyword search

    The simple way to implement asp search for more than two words is to use split. For other information, you can refer to the previously updated articles on this site. Suppose you enter in the search box search: asp programming first gets the content in the
    2025-02-16
  • asp code to get the table name and field name in the database

    asp code to get the table name and field name in the database

    An idea came up today. When only knowing the database name, use asp to get all the table names, field names of all tables, and the contents of all fields in the database. After a period of searching for information and modifications, I finally made it, an
    2025-02-16
  • asp DateDiff implements text disappearing after a specific time

    asp DateDiff implements text disappearing after a specific time

    To realize that text disappears after a specific time in asp, the main method is to use the DateDiff function! DateDiff(timeinterval,date1,date2 [, firstdayofweek [, firstweekofyear]])// timeinterv
    2025-02-15
  • The choice between ASP+and JSP

    The choice between ASP+and JSP

    The first choice in. When my current ASP project is completed, I will re -consider whether C#is in line with my programming tool system. Now I am a JSP Fan. Unless Microsoft can reverse me throughout, I guess I am facing the huge challenge of ASP+. 2) ASP
    2025-02-15
  • An idea for implementing static pages in asp

    An idea for implementing static pages in asp

    Today is quite free! The development of the two recent websites has given me a lot of new ideas! I have also read a lot of excellent codes, but I have never found a pattern that suits me! Drawing on the cache design, I seem to have found a more convenient
    2025-02-15
  • Share a piece of Baidu thief code written in ASP

    Share a piece of Baidu thief code written in ASP

    <%Function bytes2BSTR(vIn)strReturn = For i = 1 To LenB(vIn)ThisCharCode = AscB(MidB(vIn,i,1))If ThisCharCode < &H80 The
    2025-02-15
  • Capture and save the function code of ASP running errors

    Capture and save the function code of ASP running errors

    Capture and save the function code for ASP running errors. Friends who need to obtain asp code running errors can refer to the process name: catch(str). Usage: Copy the code as follows: on error resume next your code, such as database connection call catc
    2025-02-15