HTML Controls in ASP Net
HTML Controls in ASP Net
NET
Text Field
Text Area
Password Field
File Field
Allows the user to select a file from their local machine using a Browse button.
CheckBox
Radio Button
Used to offer two or more options, and allows the user to choose one of the options.
Table
Image
ListBox
Displays a list of items to the user. You can set the size from two or more to specify how many items you
wish show. If there are more items than will fit within this limit, a scroll bar is automatically added to this
control.
Dropdown
Displays a list of items to the user, but only one item at a time will appear. The user can click a down arrow
from the side of this control and all list items will be displayed.
Horizontal Rule
Displays a horizontal line across the HTML page.
Button
Reset Button
Submit Button
Automatically POSTS the form data to the specified page listed in the Action attribute in the FORM tag.