04 Handout 1 Flashcards
consists of add-ins to the markup section of the application, which are added to HTML documents.
ASP .NET Web Forms Server Control
These are the elements added to an .aspx file used for displaying the properties, methods, and events that can be accessed by the code-behind file
ASP .NET Web Forms Server Control
Server controls are designed to give support for the user interface; they are generally called in the
HTML
are those controls designed to help enter, access, and display data on webpage.
Data Controls
When you are developing a website that requests user information, you need to ensure that this information is what you are expecting.
Validation Controls
As you look through websites, you can notice many common features. One of these is a menu system that takes you to different areas of the site.
Navigation Controls
Security is a critical aspect of the Internet, so any site that conducts business online, especially those that capture private information such as name, phone number, and email address, or those sites that accept credit cards or other forms of online payment, must ensure that they are as secure as possible.
Login Controls
enables you to determine, on the service side, differences between posts to a page.
ASP .NET State Engine
These are the built-in controls in ASP .NET that are used to display information to the user.
Standard Controls