I'm sure you only need to know if this control implements IPostBackDataHandler .
Public Shared Function IsControlEditable(ByVal ctrl As Control) As Boolean
Return TypeOf ctrl Is IPostBackDataHandler
End Function
" , , , , , IPostBackDataHandler. , , , ".
, :
- CheckBox
- CheckBoxList
- DropDownList
- HtmlInputCheckBox
- HtmlInputFile
- HtmlInputHidden
- HtmlInputImage
- HtmlInputRadioButton
- HtmlInputText
- Html
- HtmlTextArea
- ImageButton
- ListBox
- RadioButtonList
- TextBox
IPostBackDataHandler , ( , ) .