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 connect ASP to SQL SERVER 2008

    How to connect ASP to SQL SERVER 2008

    Many friends now use sql2008, but the original 2000 code can no longer be used. Here I will share the method of connecting ASP to sql2008. Friends who need it can refer to it. Although there are many introductions on the Internet, I still spent a lot of e
    2025-02-05
  • ASP determines the column headings displayed based on user permissions

    ASP determines the column headings displayed based on user permissions

    Determine the displayed column title by judging the attribute value of the session
    2025-02-05
  • XMLHTTP method to implement template -type HTML static page

    XMLHTTP method to implement template -type HTML static page

    Two days ago, I made an article publishing a program for a website (www.cfsoft.com.cn). In order to make the website more likely to be searched for the website, the content is a static page. I. XXFB table structure is as follows: Type type, used in my web
    2025-02-05
  • ASP XML creation menu management program

    ASP XML creation menu management program

    Using asp+xml to achieve code management actually means using asp to operate xml. The following is the menu.asp code program code <%-------------------------- ------------- Author: Weedao Date: April 24, 2006 QQ: 94440079-
    2025-02-05
  • XMLHTTP (Server XMLHTTP in ASP) in ASP)

    XMLHTTP (Server XMLHTTP in ASP) in ASP)

    Compared to AJAX, the server XMLHTTP is to use XMLHTTPREQUEST objects on the server. Although it is inconvenient to use asynchronous requests on the server side, as a component that can send HTTP requests as a server, there is no harm to study. Here, I am
    2025-02-05
  • ASP's server.createObject system server call object Daquan and total

    ASP's server.createObject system server call object Daquan and total

    There are too many objects supported by ASP. You can write the com component by yourself. The following explanations are explained by the system of the system service side.
    2025-02-05
  • ASP application implementation of Baidu Short URL service

    ASP application implementation of Baidu Short URL service

    Baidu Short URL Service Introduction: http://www.baidu.com/search/dwz.html is generally implemented in PHP. So how to use ASP implement Save the following code to run as an ASP file): ---------
    2025-02-05
  • ASP implements digital character verification code

    ASP implements digital character verification code

    ASP implements the numeric character verification code first to generate a 4-digit random code ychar=0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,g ,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,zyc=split(ychar,,)yn
    2025-02-04
  • ASP uses XMLHTTP to implement form submission and cookie sending code

    ASP uses XMLHTTP to implement form submission and cookie sending code

    The specific details of using XMLHTTP to create a thief are out of date. Many people have posted and discussed it, but in the process of creating an ASP thief, many people found that the ASP thief is not as powerful as the PHP thief. Indeed, if there is f
    2025-02-04
  • A complete list of asp type conversion functions

    A complete list of asp type conversion functions

    The implementation function abs(number) of asp type conversion returns the absolute value. array(arglist) creates an array. asc(string) returns the ANSI code of the first character of the string. atn(number) returns the arcsine value. cbool (expression) c
    2025-02-04
  • ASP common function names function functions

    ASP common function names function functions

    Function name Function function Cbool(string) Convert to Boolean value Cbyte(string) Convert to byte type value Ccur(string) Convert to currency type value Cdate(string) Convert to day-ahead type value Cdbl(string) Convert to double precision valueCint(
    2025-02-04
  • Due to WebService in VB6 or ASP

    Due to WebService in VB6 or ASP

    In VB6 or ASP, we can call WebserViceWeb Services technology so that data and communications can be shared between the heterogeneous computing environment to achieve the consistency of information. We can use the http post/get protocol and the SOAP protoc
    2025-02-04
  • IIS6 and IIS7 gzip compression method for static files

    IIS6 and IIS7 gzip compression method for static files

    Let me first explain why I wrote this article and why I am struggling with this little issue. First of all, turning on gzip compression of static files is very effective in improving the access speed of the website, and effectively reduces the time-take o
    2025-02-04
  • Asp Chinese garbled problem solution

    Asp Chinese garbled problem solution

    The problem of garbled characters exists no matter what language, and asp is no exception. This article will introduce the method of solving garbled characters in asp. Friends who need it can refer to the problem of garbled characters existing no matter w
    2025-02-04
  • Use Asp to determine the source and redirect the code

    Use Asp to determine the source and redirect the code

    Use the following code to determine the direction of origin and implement steering. <%url=request.ServerVariables(HTTP_REFERER)if url<> thenhost=split(url,.)(1)end ifif host<>baidu or
    2025-02-04