Ado|asp.net| Notes |ado|asp.net notes from the C # Web application entry Classic
1. ADO. NET Architecture
Ado. NET this name does not represent the actual content--ado originally represents the ActiveX Data obejects, but is a kind of technology name.
Tree-type structure, tree structure -----------the [test] table to generate a script---------------
if exists (SELECT * from dbo.sysobjects WHERE id = object_id (N ' [dbo].[ Test] ') and OBJECTPROPERTY (ID, N ' isusertable ') = 1)
drop table [dbo]. [
Generate HTML
Using ASP to generate HTML files, a total of two pages index.htm is the first page. The program is simple, mainly using the ASP file Operation object.
untitled document
charset=gb2312 ">
Send Message '//send.aspfunction Chan_time (
This article describes an easy way to prevent users from submitting the same form multiple times during the current session in an ASP application. It is mainly composed of four subroutines, in a simpler application, you simply put the code in the
google| Online
Sometimes you want to provide multi-language support for our web pages, and if one language is too cumbersome to do with a single Web page, it is fortunate that Google offers the Language Tools feature, and here's how to use it to
For six months, I have completed a bureau-level unit management Information System, a total of 29 beta releases, the official version 3 times. Asp+oracle environment, 285 ASP files, functions involving data entry, modification, fuzzy query,
Process | function | When writing a program today, you need to write a text file again and again, so you write a process function that you want to use.
Code:
Sub write2file (strfile, strcontent, Blnappend)
' Write file
' strfile filename (path),
Programs | tutorials | Getting Started | data | Getting Started tutorial the "thief" here refers to the powerful functionality provided by the XMLHTTP component in XML in ASP, which crawls data (images, Web pages and other files) from remote Web
Asp.net| programming
Author: Tui (Richard Troy-rex, Ricktroy)Contact: RickTroy@126.com, http://ricktroy.cnblogs.com/
Yesterday has been looking for a simple solution to the Ajax use in ASP.net V1.1.4322, but found that the ASP.net page model is very
Cache
ASP from the release has been 7 years, the use of ASP technology has been quite mature, since the Microsoft launched the ASP.net after the gradual cessation of the ASP version of the update. But because a lot of people are still used to using
Stored Procedure 1 This is also the simplest method, with two input parameters and no return value:
Set connection = Server.CreateObject ("Adodb.connection")
Connection.Open SOMEDSN
Connection.Execute "ProcName varvalue1, Varvalue2"
' Clear all
In the process of technological renewal, there are still some people who die clinging to something that is already too angry. There are some people who enter the new world, but still can not get rid of the old habits. I didn't use the word "bad
Show | page '*************************************************************
' In the case of support FSO, you can display the code of all ASP pages in this site
' The code that displays the page directly on the effect page when the code is
asp.net in developing a asp.net system, often need to customize their own browser menus, toolbars.
In a recent project, there is an opportunity to take charge of this part.
The menu is Aspnetmenu, it seems not very stable, and the page refresh is
Asp.net| Control
The HiddenField control, as its name implies, is a server control that hides the input box, allowing you to save data that is not required to be displayed on the page and that is less secure. Perhaps this time should have such a
Chinese character | Pinyin many problems are caused by Chinese problems
If the filename is best not in Chinese
Now the solution is usually to generate an ID, the ID to do the file name
If the URL has Chinese characters on the page, it often goes
Asp.net|css
Look at the old cat's article, by making the page dynamically loaded with different CSS to achieve personalized interface (such as personalized blog interface) have the following several methods
Method One:
HtmlGenericControl defines
asp.net|css| optimization
ASP.net 2.0 has increased the support of the built in MasterPage, which is a great convenience for us. However, after a period of use, I found that MasterPage is not so perfect: nested MasterPage cannot support the
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.