Online | This procedure is to use XMLHTTP to read the corresponding HTML code Tencent website QQ image, according to this idea, we can also crawl many other sites of information, such as weather forecasts, news and so on.
Asp.net|asp.net Global.asa must be placed in the root directory of the site
Global.asa
----------------------------------------------------------------------
-------------------------------------------------------------------------
Count_txt.asp
-
Control | data | Show a lot of times, when we display the contents of a database, we use a few rows or columns to display the data, such as 10 pieces of data, to be displayed in 2 or 3 columns per row.
Here is a simple listing code that uses an
asp.net|web| Security (1) in Web.config configuration
Modify options in
The validation mode is set to form and the validation page is
Do not allow anonymous users
After add a page that does not validate to use the database to access the
Asp.net|window If you configure ASP.net to use Windows authentication, IIS uses the configured IIS authentication mechanism to perform user authentication. The steps for enabling Windows authentication are as follows:
(1) Configure the Web.config
Transaction Processing | data | database
In the ASP's database object linked object, the properties are provided:
BeginTrans Transaction StartCommitTrans Transaction SubmissionRollbackTrans transaction RollbackOn Error Resume Next ' error occurs
Programming | skill | Skill control Session Strictly
You can move content that does not require a session (such as Help screen, visitor area, and so on) to a stand-alone ASP application that closes the session. On the underlying page, you can give
Tips | Site Map
In order not to use the user page to find the required information, most large web sites in the prominent place has a search feature, in the text box to enter a few words, so there is a want to see the page. You may not get exactly
Programming we already know that the scripts for the OnStart, OnEnd events of application and session objects must be declared in the Global.asa file. What kind of a file is Global.asa? What is the role of it? And how to use it? And listen to me
Generate html| Generate HTML Function getpage (URL)
Dim retrieval
Set retrieval = CreateObject ("Microsoft.XMLHTTP")
With retrieval
. Open ' get ', url, False ', ' ', ' ', ' '
. Send
GetPage = Bytestobstr (. Responsebody)
End With
Set retrieval =
Asp.net| Program
As you all know, it's not easy to implement a 24*7-24x7 application. One of my projects had been stuck in a violent load for more than 20 hours after a heroic fall. Luckily, ASP. NET and IIS provide us with some simple facilities
excel| Export excel| Data
first, the use of OWC
What is OWC?
OWC is the abbreviation for Office Web compent, Microsoft's Office Web Component, which provides a flexible and basic mechanism for drawing graphics on the web. In an intranet
asp.net| Troubleshooting If IIS is later installed, it needs to be first. NET executes the aspnet_regiis-i in the command tool, installs the ASP. NETFramework
Then check the configuration below:
If IIS is not installed later, check the following
Template An example of a template from a class to an instance
This class still has a lot of imperfections (such as efficiency), I hope we discuss together, master a lot of correct.
---------------------------------------------------------------------
Think of yourself to learn ASP probably also have some time. Since the beginning of 2002, I've heard of this stuff (even good dishes), to start to contact her is already 2002 November (time passed really fast), from the difficult to step out of the
Asp.net|css
Multi-interface by enabling pages to dynamically load different CSS
Method One:
c#
Change the interface by dynamically setting the style of all the same controls on the page:Method Two:You can easily set and modify the style of a
'----------get content remotely and have the content on the local computer, including any files! ----------
'---------------use XMLHTTP and adodb.stream, cool! Absolutely original! -----------------
' On Error Resume Next
' Set ' the content type
Program | disconnect | recordset | Data we are using ASP's built-in ADO component for database programming, typically, you open a connection at the beginning of the script and close it at the end of the script, but in most cases the connection is
Asp.net| resolved yesterday to write ASP.net program, where the Get method passed parameters, such as: http://127.0.0.1/showerror,asp?ErrorMessage= database error
In the program I use:
String
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.