MapperUtilsControlHasState Method |
Determine if a control has state vs. one that is stateless. Stateless controls
need to have their values set from data and never from the page.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool ControlHasState(
WebControl control
)
Public Shared Function ControlHasState (
control As WebControl
) As Boolean
Parameters
- control
- Type: System.Web.UI.WebControlsWebControl
The control in question.
Return Value
Type:
BooleanTrue if control is
See Also