Which controls provide a ServerClick event and which ones provide a ServerChange event. : Introduction « HTML Controls « ASP.NET Tutorial






Event             Controls That Provide It

ServerClick       HtmlAnchor, HtmlButton, HtmlInputButton, HtmlInputImage, HtmlInputReset

ServerChange      HtmlInputText, HtmlInputCheckBox, HtmlInputRadioButton, HtmlInputHidden, HtmlSelect, HtmlTextArea








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