Asp. NET application tips: About HtmlForm controls
Source: Internet
Author: User
Asp.net| Tips | Control HtmlForm controls are a fairly important component in designing Dynamic Web pages that enable data transfer on both the Clien and server side.
Web pages often experience the processing of form data, and the HtmlForm control allows you to upload client-side data to server-side processing. If the confirmation button inside the page is pressed down, the data entry controls that are wrapped by all form controls are sent to the server side. This is when the server side receives the data and the OnServerClick event executes the specified event program and uploads the execution results back to the client side browser.
Its main attributes are:
The difference is that a get representation is actively uploaded by the browser to the server side, is immediately delivered, its execution is efficient but the amount of data transferred can not be too large, and the Post representation by the server to crawl the data, although not immediately, the Method:post/get However, the amount of data that can be transferred is limited by each.
Action: The page to which the data is to be submitted, that is, the URL to which the data will be transmitted, by default.
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