Parts
. Performance
. Scalability
. Separation of business logic and page performance
. Reuse
by ASP or other environment . Transaction processing
. Type safety
. Accessing operating system features
. Protection
A type converter is a more important element in implementing a custom server control property. In this paper, the basic concepts and implementation methods of type converters are introduced.1. type converter Basic ConceptsA type converter is an
Introduction
So far the discussion in the DataList tutorial does not include any validation user input, even if the user is illegally typing-missing product name or negative price-can cause an exception. In the previous chapter we learned how to
Most of the Excel.Application (http://www.blueidea.com/tech/program/2006/3547.asp) components are used to generate
Find error prone, and for most of the rookie like me, more trouble, considering the previous days with asp+ template +adodb.stream
We sometimes need to check the validity of the Web site (URL) entered by the user,
Copy Code code as follows:
function Checkurl (str) {
var regurl = new RegExp ();
Regurl.compile ("^[a-za-z]+://[a-za-z0-9-_]+\.[ a-za-z0-9-_%&?/.=
Recently, you need to implement file uploads when working with background data. Consider the use of fine Uploader for browser adaptation. Fine Uploader uses Ajax to upload files. At the same time in the browser directly supporting the file drag
Recently want to play ASP, Miss, think of in the ASP JavaScript script, js Some things seem more interesting. In fact, I wrote two simple classes, a dbhelper, a businessrules, not so clear.
There are actually only 5 methods in DBHelper:
Open
If you have ever modified a asp.net application (DLL file) with a modified bin folder or Web.config file (Add/remove/rename files, etc.) while the site is running, you may have noticed that this will lead to a reboot in AppDomain. All session state
function, which is a function block encapsulated in the language, to facilitate the user's invocation. For example, "Now" in VBScript is a function that shows the current date and time. As for the specific reason for the display, the language is
Functions | example | String ASP's String function example
Use String functions to truncate the string to the end, case substitution, and so on. function Syntax function
Len Len (string|varname) returns the number of characters within a string, or
First, the basic knowledge of ASP
1. ASP is the abbreviation for active Server pages and is an interpreted scripting locale;
2. The operation of the ASP requires Windows operating system, the installation of PWS is required under 9x, and NT/2000/XP
Asp.net| compression We often encounter problems with bulk uploads, and we also encounter problems uploading all the files from a directory to the server. So, how do you solve such problems? The previous technology generally used ActiveX, and so on,
Access | data | database
Program Database Classes
ActiveX Data Objects (ADO) is an easy-to-use and extensible technique for adding database access to a Web page. You can use ADO to write compact and concise scripts to connect to Open database
Asp.net| Control "Digest" ASP. NET can solve the problem of code reuse which cannot be solved in ASP, and make the error checking in debugging work more convenient. This article through the user Control realization method explanation and a user
Asp.net| Program
A year ago, when I got a PHP program called Twig, was immediately impressed by the author OOP programming ideas, it is difficult to imagine Twig all the functions (calendar, mail, personalization) in a php file (index.php3) executed,
ASP. NET Atlas provides support for your long-awaited Ajax-style websites
This article is based on the prerelease version of ASP. NET "Atlas. All information contained in this document may be changed.
This article introduces the following:
it is very easy to send emails in ASP. NET 2.0. The class library for sending emails is mainly used in the namespace system. net. in mail , The namespace has two core classes: : mailmessage: describes an email message. It has attributes such as
Blog to find (http://zzk.cnblogs.com) index files take up too much space, need to move to another server, so to solve the problem of "access index files through shared folders in ASP. NET.
Assume that the ASP. Net program you are looking for is
ASP. NET security architecture-how to implement. Net Security
Conversion from http://www.cnblogs.com/yanyangtian/archive/2009/05/02/1447753.html)
Are you often confused by many concepts when using forms verification? Do you really understand what
There are three authentication methods for Asp.net: "Windows | Forms | Passport", among which Forms is the most used and most flexible.
Forms authentication provides good support for user authentication and authorization. You can use a login page to
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.