====== Web Forms Controls ====== ===== System.Web.UI.HtmlControls ===== http://msdn2.microsoft.com/en-us/library/system.web.ui.htmlcontrols.aspx HTML server controls are HTML elements exposed to the server so you can program against them. HTML server controls expose an object model that maps very closely to the HTML elements that they render. * HtmlAnchor * HtmlButton * HtmlForm * HtmlGenericControl * HtmlImage * HtmlInputButton (Button) * HtmlInputButton (Reset) * HtmlInputButton (Submit) * HtmlInputCheckBox * HtmlInputFile * HtmlInputHidden * HtmlInputImage * HtmlInputRadioButton * HtmlInputText (Password) * HtmlInputText (Text) * HtmlSelect * HtmlTable * HtmlTableCell * HtmlTableRow * HtmlTextArea ===== System.Web.UI.WebControls ===== http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.aspx Web server controls are ASP.NET server controls with an abstract, strongly-typed object model. Web server controls include not only form-type controls such as buttons and text boxes, but also special-purpose controls such as a calendar. Web server controls are more abstract than HTML server controls, in that their object model does not necessarily reflect HTML syntax. * AdRotator * Button * Calendar * CheckBox * CheckBoxList * CompareValidator * CustomValidator * DataGrid * DataList * DropDownList * HyperLink * Image * ImageButton * Label * LinkButton * ListBox * Panel * PlaceHolder * RadioButton * RadioButtonList * RangeValidator * RegularExpressionValidator * Repeater * RequiredFieldValidator * Table * TableCell * TableRow * TextBox * ValidationSummary * XML