Свойство | Type | Description | |
---|---|---|---|
customValidators | List |
||
up | global::System.Web.UI.UpdatePanel |
Méthode | Description | |
---|---|---|
RegisterFieldValidator ( |
Register field validator.
|
|
RegisterFieldValidator ( |
Register field validator.
|
|
RegisterFieldValidator ( string validatorClientID, string controlToValidateClientID, bool isRequired ) : bool |
Register field validator.
|
|
ValidationHandler ( ) : System |
Constructor.
|
Méthode | Description | |
---|---|---|
FindControlRecursive ( |
Recursively finds a child control by Id.
|
|
OnPreRender ( |
protected FindControlRecursive ( |
||
control | Control | |
id | string | Child control's Id |
Résultat |
protected OnPreRender ( |
||
e | ||
Résultat | void |
public RegisterFieldValidator ( |
||
validator | Validator. | |
Résultat | bool |
public RegisterFieldValidator ( |
||
validator | Validator. | |
controlToValidateClientID | string | Control to validate client id. |
Résultat | bool |
public RegisterFieldValidator ( string validatorClientID, string controlToValidateClientID, bool isRequired ) : bool | ||
validatorClientID | string | Validator client id. |
controlToValidateClientID | string | Control to validate client id. |
isRequired | bool | Is required field. |
Résultat | bool |