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
  • Wrote a piece of code to batch crawl a certain list page

    Wrote a piece of code to batch crawl a certain list page

    Some people think that the crawler is a treasure, and some people are still selling TND for money. I strongly BS these guys for what they are! Maybe the thing below is a bit bad. The one below does not have the function of writing to the library. It has a
    2025-02-03
  • Discuz!NT forum integrates ASP program forum

    Discuz!NT forum integrates ASP program forum

    Discuz!NT forum integrates ASP method. Copy the code as follows: <%@LANGUAGE=VBSCRIPT CODEPAGE=65001%><!--#include virtual=/inc/MD5.asp-->
    2025-02-03
  • Website Statistics ASP Statistics Production Example

    Website Statistics ASP Statistics Production Example

    An example of statistical production that can number visitors and record the number of visits, IP, and time. I made a website, www.zydn.net. Of course, like everyone else, I also put a counter on it. I look at the counter every day. I kept browsing, and I
    2025-02-03
  • Code to generate keywords based on title under asp

    Code to generate keywords based on title under asp

    The function implemented is: title + the set of two adjacent characters excluding non-Chinese and Chinese punctuation characters in the title. Legend has it that this is the best way to collect articles and process keywords. Haha, I made one and try it ou
    2025-02-03
  • Use ASP+ list binding control (transfer from MS 1)

    Use ASP+ list binding control (transfer from MS 1)

    Use ASP+ List Nikhil Kotharimicrosoft Corporation in July 2000 Abstract: Explain ASP+ Repeater, DataList, and DataGrid server controls. These controls can achieve a rooted in the data source
    2025-02-03
  • The difference between asp Driver and Provider connection strings when connecting to Access

    The difference between asp Driver and Provider connection strings when connecting to Access

    Microsoft OLE DB Provider for ODBC Drivers Error '80040e21' A multi-step OLE DB operation produced an error. If possible, check each OLE DB status value. No work is done. A website program that appears when adding news
    2025-02-03
  • asp compares two sets of string data and merges the same data

    asp compares two sets of string data and merges the same data

    Two sets of string data need to compare the same data and add their values ​​to form a new string data a1=sp2=20;sp1=34;a2=sp3=2;sp2=3;sp1=4 ;Two sets of string data, add the same data values ​​in the string to get a new set of data, that is, sp3=2;sp2=23
    2025-02-03
  • Handwriting a small component (getting started with components) asp version

    Handwriting a small component (getting started with components) asp version

    Next, we will write a very simple component. The focus is on knowing how to develop DLL components, rather than its complicated code! These will all depend on your own efforts in the future. Start writing a small component (getting started with components
    2025-02-03
  • asp prompt invalid use Null: Replace

    asp prompt invalid use Null: Replace

    This article mainly introduces the use of Null: Replace when the asp prompt is invalid. Friends who need it can refer to using REPLACE to replace the data read from the database. If the field is not empty, it is normal, but if it is empty, the following p
    2025-02-03
  • ASP does not support the database how to use ADO

    ASP does not support the database how to use ADO

    Many netizens will ask how ASP does not support the database how to use ADO? We can build a library ourselves. Do not use the format of Access or SQL Server. Build a format yourself. This is this control. TDC: Tabular Data Control. usage:
    2025-02-03
  • Use ASP to read the method of HTML template (attached code)

    Use ASP to read the method of HTML template (attached code)

    In actual work, we often use templates. This not only ensures the consistency of each page, but also reduces our workload. This article introduces how to use ASP to read the HTML template method (attached code) template page: m. HTM Title: {Title} Content
    2025-02-03
  • The code to get all the pictures in the content and get the first picture in the content in asp

    The code to get all the pictures in the content and get the first picture in the content in asp

    Use asp to obtain the pictures in the content and obtain the first picture address in the content. It is mainly needed to save the pictures in the content in cms. The regular method is used. Copy the code as follows: '=================================
    2025-02-03
  • ASP backup SQLServer database code

    ASP backup SQLServer database code

    <BODY><form method=post name=myform><%if action = RESTORE TheN%><INPUT TYPE=hidden name=action value=restore> Prepare to restore the database. Essence Essence <%E
    2025-02-02
  • Implementation code for Ajax cross-domain proxy access to network resources

    Implementation code for Ajax cross-domain proxy access to network resources

    Solve the problem of Ajax cross-domain access reporting no permissions. Friends in need can refer to it. smart.asp copy code The code is as follows: <script language=jscript runat=server>/*在VBS里面的调用方法dim myhttpset myhttp
    2025-02-02
  • asp displays data horizontally

    asp displays data horizontally

    The way to display data horizontally in asp is actually to control tr td to achieve multiple rows and multiple columns. You can first use a static table and then loop the output. Copy the code as follows: <%sql=select * from serr where order by id ascs
    2025-02-02