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
  • Multiple functions verify the same form_ASP tutorial

    Multiple functions verify the same form_ASP tutorial

    Recommended: Tell me about the copy of the object, the following is the referenced content: <%Dim oConn,oRsSet oConn = Server.CreateObject(ADODB.Connection)Set ors = Server.CreateObject(ADODB.R
    2025-02-21
  • ASP+Chinese Tutorial (3)- server-side control (1)

    ASP+Chinese Tutorial (3)- server-side control (1)

    Last time I talked about some content about ASP + server -side control, let's talk about it in detail now. ASP + server -side control is the concept of Microsoft's newly proposed. Its realization is based on Microsoft's .NET framework. It is a
    2025-02-21
  • The difference between CINT and INT in ASP

    The difference between CINT and INT in ASP

    CInt will round to the nearest even number, that is to say, when the decimal part is 0.5XXXX, it will round to the nearest even number to X.5XX, and Int is the rounding function, which will remove the decimal point. CInt will round to the nearest Close to
    2025-02-20
  • 1 hour ASP entry

    1 hour ASP entry

    <1> Basic framework <%statement ...%> <2> Define the variable dim statement <%dim a, ba = 10b = ok!%> Note: The defined variable can be numerical, or character or other types <3> Simple control process statement 1. IF conditi
    2025-02-20
  • ASP read operation to generate an example code tutorial for Excel file

    ASP read operation to generate an example code tutorial for Excel file

    From the perspective of reference materials, the configuration of the Microsoft series should be done from the reference data, that is: 1. Win9X+PWS+Office 2. Win2000 Professional+PWS+Office 3. Win2000 Server+IIS+Office
    2025-02-20
  • ASP uses "stored procedures" in Access

    ASP uses "stored procedures" in Access

    We are already familiar with performing database operations in ASP by calling SQL Server stored procedures, but do you know that we can also create and use stored procedures in desktop-level database Access? Access + ASP is a great combination for develop
    2025-02-20
  • Chinese and Korean and Japanese are discharged from the processing method of ASPX encoded in GB2312

    Chinese and Korean and Japanese are discharged from the processing method of ASPX encoded in GB2312

    /*From:http://blog.JoyCode.com/hopeq/archive/2005/09/26/64146.aspx*/ There is a web project, RequestenCoding and ResponsenCoding in web.config.
    2025-02-20
  • VBS, ASP code syntax plus light display (2)

    VBS, ASP code syntax plus light display (2)

    <!--#include file=token.asp--><% ' *************************************************************************' this is al
    2025-02-20
  • ASP+ VB upload file code

    ASP+ VB upload file code

    <html><script language=vb runat=server>sub uploadbtn_click(sender as object, e as eventargs)uploadfile.postedfile.saveas
    2025-02-20
  • Code for using disconnected data record sets in ASP programs

    Code for using disconnected data record sets in ASP programs

    When we use ASP's built-in ADO component for database programming, we usually open a connection at the beginning of the script and close it at the end of the script. However, for larger scripts, in most cases the connection opening time is longer than
    2025-02-20
  • Do a simple website statistics and online number statistics

    Do a simple website statistics and online number statistics

    Make a simple website statistical design idea: Trigger the server sessionid to record the user's login status when using the user web page request. Because each web page requests the most activities is the file of CONN.ASP, we use this file to do onli
    2025-02-20
  • Implement ASP multi -condition search query function code

    Implement ASP multi -condition search query function code

    Running environment: IIS script language: VBScript database: Access/SQL Server database language: SQL1. Summary: Whether in the forum, the news system, or the download system, everyone often sees the search function: search posts, search users, search sof
    2025-02-20
  • The asp SMS interface source code is relatively simple but also quite practical (two ways of writing)

    The asp SMS interface source code is relatively simple but also quite practical (two ways of writing)

    This is about some calling methods of the SMS interface, asp, two methods. Calling the SMS interface is relatively simple, but it is also more practical. Writing method one: Copy the code as follows: <% Sub sendsms(mobile,msg) 'If you need to send
    2025-02-20
  • Principles and simple examples for implementing thief programs in ASP

    Principles and simple examples for implementing thief programs in ASP

    There are many popular thief programs on the Internet now, including news thieves, music thieves, and download thieves. So how do they do it? I will give a brief introduction below, hoping that it will be helpful to all webmasters. (I) Principle: The thie
    2025-02-20
  • An asp version of XMLDOM operation class

    An asp version of XMLDOM operation class

    An xmldom operation code to facilitate code that needs to be combined with xml <script language=vbscript runat=server>======================================================
    2025-02-20