asp.net
In developing applications based on Microsoft IIS, developers can also use development tools such as Visual C + + to develop ISAPI applications for more powerful features, in addition to the ability to write ASP programs. You can write two
javascript| Form Validation | Validation of dynamic forms is a common concern in developing Web applications. Sometimes we have to make sure that some items in the form must be filled in, must be numbers, must be a specified number of digits, and so
Programming
Let's say a little bit about MP3 's ID3, because it's mainly about manipulating this thing.MP3 at the very beginning without what we see today, there are singers, times, albums and so on.Only a few simple parameters such as yes/no to
asp.net|web| Program | multithreading | execution
In a business complex application, it is sometimes required that one or more tasks be scheduled for a certain amount of time or time interval, such as a scheduled backup or synchronization of a
Data MS Access database connection
Connect with DSN and no username and password:
Set conn = Server.CreateObject ("ADODB. Connection ")
Conn.Open "Yourdsnname"
%>
Connect with DSN with user name and password:
Set conn = Server.CreateObject
function | Function requirements:
Ability to read the section and key of the INI file to read the corresponding value.
such as a configuration file
Smsvote.ini
---------------------------------
[Smsvote]
server= (local)
Db=smsvote
User=sa
Password=12
asp.net| Tutorial |url Mapping
URL mapping is the new feature provided in ASP.net 2.0. URL mapping technology helps us map a particular URL to another URL. To help understand, let's say you have a page called Homepage.aspx on the site to access the
Tips | To solve random numbers:
The record keywords that are obtained when querying data are displayed in red:
" & searchname & "")%>
Using ASP to check whether the visitor used the agent
"" Then
Response.Write " You have passed the proxy server,"
Programming 1. How to use ASP to judge the virtual physical path of your website
Answer: Using the MapPath method
Thephysicalpathtothisvirtualwebsiteis:
Answer: Using the Therequestobject method
Strbrowser=request.servervariables
Asp.net| Multithreading | client | example | show | execute
make a little change to the last time, add a more beautiful progress showThe top one is the running picture, the following is the end of the pictureThe icons used are here:Changes to the
Statement any person familiar with SQL and relational databases has encountered a large number of connection types. In the simplest sense, a join (join) combines the contents of two tables into a single virtual table or recordset. If the data table
Thumbnail | There are a number of ASP components that generate thumbnails on the web without components. If your virtual space does not support registering new components, you may feel your site is a bit tarnished. The heart is clear, combined with
Thumbnails | No components first, we know that displaying a picture in a page is the following code:
"SRC is the picture path, border control the edge of the picture, width is the length of the picture, height is the picture. The production of
Senior
Haven't written this series in a long time, and have been busy with other things lately
Advanced Component Topics We'll discuss some of the more difficult and complex things
Some time ago I wrote a tornado thumbnail watermark component, the
For a forum or a message board, there are generally two ways to achieve it: using a file or a database. In contrast, using a database to be simple and efficient, to better control the forum, but also to provide some validation and protection of data.
application|web| Quick Start File global.asax
In addition to writing the UI (use Interface: User interface), we can also
Add "Application" level control logic Code and event trigger in application
Order. The code does not operate to generate the UI,
Active|activex| Interaction | Control tornado
Keywords: Asp,activex controls, digital signatures, security
Questions raised:
ActiveX controls get information about the client and how to deliver to the server???
One way to do this is to get
Asp.net| Upload Large files
In asp.net, how to upload a large file? We need to configure the Web.config file. Specific as follows:
Add the following code to the in Web.config:Usefullyqualifiedredirecturl= "true" minfreethreads=
Asp.net| Design | problem | performance | optimization
I. Selection of Sqldataread and datasets
Sqldataread Benefits: Read data very quickly. If you do not need to do a lot of processing for the returned data, it is recommended to use SqlDataReader,
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.