Appendix E. ASP Server Control Reference

This appendix covers the following controls:

  • Static Content Display

    • Label— Displays some text that users cannot edit; also acts as a placeholder for dynamic text insertion.

    • Image— Displays an image.

  • Data Entry

    • TextBox— Displays a textbox control that can be edited by users; also supports masked edits.

    • DropDownList— Allows users to select an item from a list.

    • ListBox— Displays a list of choices; the list also can support multiple selections.

    • CheckBox— Displays a box that users can click to turn on and off; generally used for Boolean values (Yes/No,True/False).

    • CheckBoxList— Creates a collection of check ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.