1 write to EmailRegExpValidator
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
3197
container.
EmailRegExpValidator
= new RegularExpressionValidator() {
4 references to EmailRegExpValidator
System.Web (4)
UI\WebControls\CreateUserWizard.cs (4)
1961
RegularExpressionValidator emailRegExpValidator = _createUserStepContainer.
EmailRegExpValidator
;
2629
BaseValidator emailRegExp = _createUserStepContainer.
EmailRegExpValidator
;
2637
BaseValidator emailRegExp = _createUserStepContainer.
EmailRegExpValidator
;
3370
var row = CreateDoubleSpannedColumnRow(HorizontalAlign.Center, container.
EmailRegExpValidator
);