Important HTML Control Properties : Introduction « HTML Controls « ASP.NET Tutorial






Control               Most Important Properties
HtmlAnchor            HRef, Name, Target, Title

HtmlImage             Src, Alt, Align, Border, Width, Height

HtmlInputCheckBox     Checked

HtmlInputRadioButton  Checked

HtmlInputText         Value

HtmlTextArea          Value

HtmlInputImage        Src, Alt, Align, Border

HtmlSelect            Items (collection)

HtmlGenericControl    InnerText and InnerHtml








4.1.Introduction
4.1.1.Important HTML Control Properties
4.1.2.Which controls provide a ServerClick event and which ones provide a ServerChange event.
4.1.3.Use the ServerChange event for HTML controls