Asp. NET Learning Summary

Source: Internet
Author: User
Tags what is asp

Asp. NET Learning Summary

ASP. NET After watching the video, summarize the learning results of these days.

I. What is ASP.

(1) Explanation of Baidu Encyclopedia:

ASP. NET is part of the. NET Framework, a Microsoft technology, a server-side scripting technology that enables scripts in embedded Web pages to be executed by Internet servers, which can then be dynamically created on the Web server when requesting documents over HTTP. Refers to the Active Server Pages (Dynamic Servers page), which runs in the IIS (Internet Information Server service, which is a Windows-developed Web server) program.

(2) My personal understanding:

Asp. NET is a technique for developing web pages.


Second,ASP. NET The knowledge points involved

Probably summarized as:


In the video, the control's explanation accounted for a large proportion. Through the practice of examples in ASP. NET video, drill down to learn what controls are used.


(1) Web controls, like objects, have their own properties and methods. And be able to respond to events, as long as the Web control is included in the Web page, you can set the property invocation method.

the form of expression is: <asp:buttonid= "Button1" runat= "Server" text= "button"/>.

(2) HTML controls, which are commonly referred to as HTML language tags, cannot be controlled on the server side and can only be programmed by script.

It is important to note that the HTML control can be changed to a server-side control by modifying the code, as long as the server control identity attribute runat= "Server" is added.

Representation:<input id="txtusername" type ="text" runat="server"/>


About the differences and connections between Web controls and HTML controls. Here are a few blogs to recommend, I will not repeat.

Sun Tuanduan: http://blog.csdn.net/sunliduan/article/details/17399911

Yinjingjing: http://blog.csdn.net/yinjingjing198808/article/details/7799892

Chen Jinlong: http://blog.csdn.net/cjr15233661143/article/details/10327023


(3) List control, with emphasis on the "data binding" knowledge points are linked together.

(4) Validation control, fully embodies the advantages of ASP and client programming, the legitimacy of the original programming verification data is implemented through coding, and ASP. NET provides the validation control, greatly simplifies the coding work, easy to implement.

In summary, ASP. NET learning, let me realize its strong, but also feel that this piece has a lot of knowledge to learn.




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.