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
  • ASP component-less paging implementation ideas and code

    ASP component-less paging implementation ideas and code

    Component-less paging is incredible, just take a look at the effect of this article. Let’s share the specific implementation with you. Friends who are interested can refer to the MVC: Backend code: Copy the code as follows: public ActionResult sys(string
    2025-01-21
  • Code that allows the ASP program to run automatically

    Code that allows the ASP program to run automatically

    This requires the use of scheduled tasks, which generally work well on the server. This requires the use of scheduled tasks. First, assume that the address of your program is http://1.0.0.8/a.asp. Then you edit the following content: Copy the code. The co
    2025-01-21
  • Analysis and summary of several methods for asp to obtain URL parameters

    Analysis and summary of several methods for asp to obtain URL parameters

    Asp needs to use this function to get the current URL, or get all the parameters of the current page. I haven't tested it much. After testing, I will give you the specific code. If the address is: http://dxy.com:8082/test/geturl.asp?Param- VR52tmx3syn
    2025-01-21
  • pack.wsf js encryption tool under wsh is also used by Sina

    pack.wsf js encryption tool under wsh is also used by Sina

    pack.wsf copy code code is as follows:<job><!-- Windows Scripting Host command line wrapper for Pack.js -->
    2025-01-21
  • asp ultimate protection against SQL injection vulnerabilities

    asp ultimate protection against SQL injection vulnerabilities

    In fact, SQL injection vulnerabilities are not terrible. If you know the principles + be patient and careful, you can completely prevent them! Below are 4 functions that are enough for you to resist all SQL injection vulnerabilities! If you understand the
    2025-01-21
  • asp array duplication deletion function (script home enhanced version)

    asp array duplication deletion function (script home enhanced version)

    This article is a function to delete duplicate arrays under asp and has been tested. Because I wanted to write something for use, I searched on Baidu and found that a friend had written it randomly, and there were quite a lot of it. I had not tested it ca
    2025-01-21
  • Things to note when using and and or in asp SQL statements

    Things to note when using and and or in asp SQL statements

    This article mainly introduces the precautions for using and and or in the SQL statement of asp. Friends who need it can refer to it. When debugging the program today, you need to use and or. If you don’t master the skills, the output structure will be di
    2025-01-21
  • Solution to image upload from independent image server

    Solution to image upload from independent image server

    When the website has more and more data, a server will encounter bottlenecks, causing the server to run slowly and the front page cannot be opened for a long time. For example, some large websites need to separate images, CSS, JS, and databases on differe
    2025-01-21
  • How to make Replace case-insensitive in ASP

    How to make Replace case-insensitive in ASP

    By default, when we use Replace in ASP, it is case-sensitive. How to make Replace insensitive? Here is a brief introduction for the convenience of friends who need it. Let’s first take a look at the detailed parameter description of Replace. Return a stri
    2025-01-20
  • asp anti-hotlink code (completely blocks Thunder, Tornado, Express download sites

    asp anti-hotlink code (completely blocks Thunder, Tornado, Express download sites

    ASP anti-hotlink code (completely blocks resources in the download site of Thunder, Tornado, and Express), determines whether it is downloaded by a download tool, and if so, a 404 error will be reported. Copy the code as follows: <%Block the mainstream
    2025-01-20
  • Things to keep in mind when developing web pages with ASP

    Things to keep in mind when developing web pages with ASP

    Things to keep in mind when developing web pages with ASP. Friends who use ASP can take a look at step 1. Never believe that the content entered by the user is of appropriate size or contains appropriate characters. User input should always be validated b
    2025-01-20
  • ASP simple method to generate static (template tag replacement)

    ASP simple method to generate static (template tag replacement)

    A simple way to generate static asp. Today I looked at the code in the dictionary tool. It is relatively simple. Friends who need it can refer to it. CreateHtml generates all articles, easy to use and has large resources. The first method: copy the code.
    2025-01-20
  • Form Post submits data with large capacity

    Form Post submits data with large capacity

    I encountered a problem at work before. When the amount of data sent by the form was large, an error would be reported. Checking MSDN, we learned that the reason is that Microsoft limits the maximum data that can be received using Request.Form() to 100K b
    2025-01-20
  • asp regular replacement link to achieve pseudo-static effect

    asp regular replacement link to achieve pseudo-static effect

    Sometimes we need to replace the dynamic pages in the page with our pseudo-static format, usually batch replacement in the page content. This is a program to replace the dynamic URL into a static URL: Copy the code as follows: <% Function RegUrl(TheStr
    2025-01-20
  • ASP tutorial, ASP method to prevent hotlinking

    ASP tutorial, ASP method to prevent hotlinking

    ASP hotlink prevention has always been a headache for friends who make websites for advertising. Hotlinking seriously affects the normal operation of servers and websites. It has become very necessary to release hotlinks. Today, let’s take a look at a met
    2025-01-20