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 and is a Microsoft technology, a server-side scripting technology that enables scripts in embedded Web pages to be run by Internet server, which can be dynamically created on webserver when requesting documents over HTTP. Refers to the Active Server Pages (Dynamic Server page), which is performed on the program in IIS (Internet Information Server service, webserver for Windows development).

(2) My personal understanding:

Asp. NET is a technique for developing web pages.


Second,ASP. NET The knowledge points involved

Probably summarized for example with:


In the video, the control's explanation accounts for a very large percentage. Learn more about what controls are used in the practice of examples in ASP.


(1) Web controls, like objects, have their own properties and methods. And you can respond to events by simply setting the property call method on the Web page, just to include it in the Web pages.

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, but can be programmed only by scripting.

It is worth noting that the HTML control can change the code to turn it into a server-side control, just add the server Control identity property runat= "Server".

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. NET technology and client programming, the legitimacy of the original programming verification data is implemented by coding, and ASP. NET provides the validation control, which greatly simplifies the coding work and is easy to implement.

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




Asp. NET Learning Summary

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.