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 to convert lowercase numbers to uppercase numbers in ASP

    How to convert lowercase numbers to uppercase numbers in ASP

    Due to project requirements, lowercase numbers must be converted to uppercase numbers. The following is the conversion method. I hope you can learn from it. function int2chn(n)dim i,j,k,strlen,retval,x,y,z,strz=array(zero,one,two,three,four,five,lu,seven,
    2025-02-12
  • Research and implementation code of ASP coding mutual conversion

    Research and implementation code of ASP coding mutual conversion

    On April 11, 2009, I had already completed the code implementation, but I never had time to write this article, so I took the time today to make up for this article, and also for our ASP enthusiasts Hand over a delicious soup to fill the gap in asp encodi
    2025-02-12
  • Response.End() usage in asp

    Response.End() usage in asp

    In ASP development, you may sometimes use large sections of if...else judgments. However, if it is a dynamic Response.write content and you want to make it easier to read the code, you can use Response.End() to terminate the execution of ASP. It is simila
    2025-02-12
  • ASP prevents simultaneous login issues

    ASP prevents simultaneous login issues

    There are two ways to implement this function: 1. Use the application object for application: If you are building a large community, you may need to generate an appliaction for each login ID. Although the program design will be simpler, there will be too
    2025-02-12
  • Implementation code for querying xml under asp

    Implementation code for querying xml under asp

    The problem of asp querying XML by keyword now has an xml with the following format:<date><item><id> 1</id><name> ABC</name></item><item><id> 2</id><name> cde</name>
    2025-02-12
  • asp fso operation class

    asp fso operation class

    Fso class implementation code, friends who are learning asp class can refer to it. This code is relatively old. Copy the code as follows: <%============================================ ====================== System version: 1.0 =
    2025-02-12
  • Integer division and remainder in ASP(VBScript)

    Integer division and remainder in ASP(VBScript)

    This article mainly introduces the integer division and remainder methods in ASP (VBScript). Friends who need it can refer to the integer division in ASP (VBScript). Use / for integer division. For example, m = 5 / 2, the result is 2. Remainder ASP (VBScr
    2025-02-12
  • Pagling code of a long text

    Pagling code of a long text

    <!--#include file="conn.asp"--><%"以下部分是验证提交的page是否为合法的参数"这部分最好判断一下提交的参数是否为数值字符dim pagepage=Trim(request("page"))If page=
    2025-02-12
  • VB & AMP;#083; CRIPT and J & AMP;#083; CRIPT (transfer)

    VB & AMP;#083; CRIPT and J & AMP;#083; CRIPT (transfer)

    In the ASP page, VBSCRIPT and JSCRIPT (cactus studio · CPCW) ASP have the ability to manage different language scripts, which can automatically call the appropriate script engine to explain the script code and execute the built -in function. The ASP devel
    2025-02-12
  • Pagling program

    Pagling program

    The following is the code fragment: '*************************************************************** *********************** ** This program name: "Infinite Stream" Pagling Program '** Author: Arbiter (AASX)' **
    2025-02-12
  • ASP add watermark to the picture

    ASP add watermark to the picture

    What I tell you today is the knowledge of ASP to add watermarks to the picture .. My ASP learns very badly .. It ’s not good to write .. ASP adds watermarks to the picture. Wsimage developed by the Chinese by themselves ... The former has 30 days of free
    2025-02-12
  • Some suggestions for .net beginners (to encourage each other)

    Some suggestions for .net beginners (to encourage each other)

    Don't think that .net requires you to write all the code into the .cs page, and don't bother using the convenient control operations provided by vs. Don't think that .net just drags various controls onto the page, and then conveniently sets th
    2025-02-12
  • asp code to get the current file name

    asp code to get the current file name

    For asp, if we get the file name of the current program, we can use the following code to get it. Isn't it very simple? Dim curUrl:curUrl = Replace(Request.ServerVariables(Script_Name),/,)
    2025-02-12
  • Differences between versions of .NET Framework (.NET2.0 3.0 3.5 4.0)

    Differences between versions of .NET Framework (.NET2.0 3.0 3.5 4.0)

    This article mainly introduces the differences between various versions of .NET to help novice friends choose a suitable version of the .NET Framework for development. What is .NET Framework? .NET Framework is also called .Net Framework. is developed by M
    2025-02-12
  • Set several important functions of ASP cache

    Set several important functions of ASP cache

    Several statements set in ASP cache 1.Application variables generally use cache variables: application (variable name) = [variable value] Put these statements in global.asa under the root directory of the website to get global variables. 2.bufferbuffer at
    2025-02-12