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
  • 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
  • After installing Framework, there is no display of the ASPX page, prompting the user name and password to be solved without matching (Chicken

    After installing Framework, there is no display of the ASPX page, prompting the user name and password to be solved without matching (Chicken

    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-15
  • ASP+Configuration -ASP+Configuration Concept (2)

    ASP+Configuration -ASP+Configuration Concept (2)

    All ASP+configuration information of config.web configuration files includes in configuration files called config.web. The following example illustrates the structure of an ASP+configuration file: code:<!-- config.web file --><configuration>
    2025-02-15
  • Implement online user detection in ASPNET (using background guardianship threads)

    Implement online user detection in ASPNET (using background guardianship threads)

    The following is my class file, // online.cs (user online detection)/*program implementation ideas: the user has the following attributes: name: user name sessionid: user ID, through it uniquely represents a user Iswhere: additional information additional
    2025-02-15
  • The default encoding format of web page files generated by ASP+FSO and converted into

    The default encoding format of web page files generated by ASP+FSO and converted into

    There is a customer who wants to make a Russian version of his website. I use UTF-8 encoding for the front and backends, but the static Russian information generated through the database is garbled. If displayed using GB2312, the static Russian informatio
    2025-02-15
  • Make the ASPX page can accept the files transmitted by HTML, ASP page

    Make the ASPX page can accept the files transmitted by HTML, ASP page

    ASPX is very simple to accept the file of the ASPX page. Use HTMLINPUTFILE, but it is not easy to do if the file of the html page post is not easy to handle. Limit file content, type, size, custom storage location, in
    2025-02-15
  • Code to use xmlhttp to capture web content in asp

    Code to use xmlhttp to capture web content in asp

    Crawl web pages. Occasionally, it is necessary to achieve real updated weather forecast. The XMLHTTP component is used to capture the specified part of the web page. In fact, many thief programs need to separate the html source code to be more useful. The
    2025-02-15
  • ASP opens the webpage adaptive window to maximize

    ASP opens the webpage adaptive window to maximize

    When ASP opens a webpage adaptive window and maximizes the link port, the page opened is often not maximized. Users often need to push the window size or click the maximize button, which is very troublesome. Some users do not know how to set up IE. So Thi
    2025-02-15
  • How to use aspjpeg component

    How to use aspjpeg component

    aspjpeg is a very powerful image processing component, pure English version. However, there are already free versions and cracked versions, but there are not many articles that introduce them in detail and in-depth. Even if there are, they only involve im
    2025-02-15