ASP can use database operation class.

Database Sub DeleteObject (ByRef obj) Set obj = Nothing obj = null End Sub      Class CDB private M_oconn, M_ors private M_pageindex, M_pagesize, M_pagecount, M_recordcount                                  Private Strerror Private

Detailed introduction of Asp.netweb related services

After a long time to learn asp.netweb, so share with you, read this article you certainly have a lot of harvest, hope this article can teach you more things. When you learn asp.netweb , you may experience related problems, and here's how to solve

ASP read Nic MAC address function code

function |mac| Network card How to read the NIC MAC address through ASP? The basic ASP platform to read MAC addresses requires two system-critical component support, "WSCRIPT." SHELL "and" Scripting.FileSystemObject "two components, however, the

Server.URLEncode in ASP and asp.net

The Server.URLEncode function in asp.net is not the same as the value returned by the Server.URLEncode function in ASP. Test code:asp.net: Response.Write (Server.URLEncode ("Assembly")); return:%e6%b1%87%e7%bc%96ASP: Response.Write Server.URLEncode

ASP hidden download address and anti-theft code

ASP hidden download address and anti-theft code The following are the referenced contents:Strfilename=strfileResponse.buffer=trueResponse.ClearSet s=server.createobject ("ADODB. Stream ")S.openS.type=1On Error Resume NextSet

ASP Force Update page

Now I'll summarize some ways to clear the page cache as follows: 1, in the ASP page first joinResponse.Buffer = TrueResponse.ExpiresAbsolute = Now ()-1Response.Expires = 0Response.CacheControl = "No-cache"Response.AddHeader "Pragma", "No-cache"2, in

Two efficient ASP paging functions

Two efficient ASP paging functions (Statistics records, paging extraction Records) '    /* Smart return Paging SQL statement */ '    /// '     Function: Intelligent return paging SQL statement '    /// '    /// Primary key (cannot be empty) '

ASP implementation to import the contents of one database into another database

During the construction of the website, it is often necessary to import the data from the original database into the new database, and the field name is different. If the volume is small, you can copy, if the volume is large, is very troublesome

Long article page display with page breaks (ASP implementation)

Long article pages are displayed with page breaks, want to use ASP also realize this function, can find only according to the Word page pagination method, but this method has a bug, if your article content if there is UBB code, it is easy to cause

asp.net address bar URL to pass Chinese garbled solution

1. Set the Web.config file. ...... ...... Or:aspx file: 2. Before passing the Chinese language, the Chinese parameters to be passed are encoded and decoded at the time of receiving.>> to deliverString

ASP get all the pictures address of the content of the article body

Extracts the actual address of all pictures in a Web page or body content, and returns a list of pictures separated by |. Option Explicit' Get all the picture addresses of the content of the article bodyFunction formatimg (content)Dim

The operating principle of session in ASP

Write a little bit larger the ASP's people know that the session this object is really useful, it can be used to record the user's private data variables, both safe and convenient. But do you really know how the session works? Maybe after you know

Deploying ASP.net MVC applications under IIS6

Typically, when you deploy a asp.net MVC application under IIS6, you set up the ISAPI processing of all requests to asp.net. MVC is based on ASP.net, the framework defaults to any request will first check the physical path exists physical files, if

asp.net common string processing method

String Fox; Fox. ToLower () into lowercase letters Fox. ToUpper () into uppercase letters Fox. Trim () Remove space before and after Fox. Trim (TrimChars) Remove other characters Fox. TrimStart () Remove before space Fox. TrimEnd () Delete space

Ajax vs. traditional ASP Brushless new technology

ajax| Refresh | no refresh What is the advantage of Ajax technology, do not understand. To see the simplest example, assume that when the user registers, to determine whether the user entered the name has been occupied, assuming that the input

Dreamwaver mx and asp.net (vi)

asp.net 6. Create a record modification pageRelated Introduction (note: In order to be able to display code, all the following code in the "" before adding a space, inconvenience please forgive! ): Adding, modifying, and deleting data is three

An efficient paging algorithm for ASP

In general, there are two kinds of paging algorithms, one is the traditional ADO paging, the other is the select top paging algorithm. For small data tables, such as ten thousand or twenty thousand of the amount of data table, I tend to use the ADO

ASP Beginners Reference!

Reference | beginners | Common ACRONYMS and Chinese meanings WWW----World Wide web (WWW) URL----Uniform Resource Locator (Uniform Resource Locator) HTTP----Hyper text Transfer Protocol (Hypertext Transfer Protocol) HTML----Hyper text Markup

ASP quickly get remote HTTP file size

The following is a reference fragment:Dim url,asizeURL = "Http://www.alixixi.com/download/xml.rar"Asize = Getremotefilesize (URL)Response.Write Url & "" & Asize (0) & "" & Asize (1)’---------------------------------------------------' Function: ASP

ASP + XML + JavaScript to implement dynamic infinite-level linkage menu

javascript|xml| Menu | dynamic | linkage MENU When I do a project, there is a need to do a dynamic infinite level of the linkage menu. Because I am lazy so the Internet to find relevant code, but many did not meet the demand, which has a article is

Total Pages: 1800 1 .... 192 193 194 195 196 .... 1800 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.