Click or drag to resize

MapperUtilsFieldRootControl Method

Overload List
  NameDescription
Public methodStatic memberFieldRootControl(WebControl)
Retrieve the root control for the specified control. Generally the root control is simply the Textbox control, Select control, etc. However, in some cases the control is wrapped (e.g. RadioButtons) in which case the control returned is the outermost wrapper.
Public methodStatic memberFieldRootControl(IField)
Retrieve the root control for the field. Generally the root control is simply the field's Textbox control, Select control, etc. However, in some cases the control is wrapped (e.g. RadioButtons) in which case the control returned is the outermost wrapper.
Top
See Also