WebForm First Knowledge

Source: Internet
Author: User

WebForm is a program of BS structure, WinForm is a program of CS structure;

ASPX is composed of Web pages and CS code;

The ASPX Web page control is composed of a server control and a client control.

The client-side control is the tag inside the HTML.

The client control, to trigger the JS event, must be able to runat= "server" using the OnClick trigger

To trigger a post-server event, runat= "server" uses onserverclick= "";

server controls,. NET are provided to civilized. The CS code in the beginning of the ASP.

When a server control is displayed on a Web page,. NET automatically parses the server control into an HTML tag (the browser only has HTML) and is called serialization.

server controls can trigger background events directly through the onclick. Onlientclick Trigger JS Event

WebForm First Knowledge

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.