18 references to AddExpandoAttribute
System.Web (18)
UI\WebControls\basecomparevalidator.cs (6)
83AddExpandoAttribute(expandoAttributeWriter, id, "type", PropertyConverter.EnumToString(typeof(ValidationDataType), type), false); 101AddExpandoAttribute(expandoAttributeWriter, id, "digits", digits.ToString(NumberFormatInfo.InvariantInfo), false); 106AddExpandoAttribute(expandoAttributeWriter, id, "groupsize", groupSize.ToString(NumberFormatInfo.InvariantInfo), false); 110AddExpandoAttribute(expandoAttributeWriter, id, "dateorder", GetDateElementOrder(), false); 111AddExpandoAttribute(expandoAttributeWriter, id, "cutoffyear", CutoffYear.ToString(NumberFormatInfo.InvariantInfo), false); 118AddExpandoAttribute(expandoAttributeWriter, id, "century", century.ToString(NumberFormatInfo.InvariantInfo), false);
UI\WebControls\BaseValidator.cs (5)
354AddExpandoAttribute(expandoAttributeWriter, id, "focusOnError", "t", false); 361AddExpandoAttribute(expandoAttributeWriter, id, "display", PropertyConverter.EnumToString(typeof(ValidatorDisplay), display), false); 364AddExpandoAttribute(expandoAttributeWriter, id, "isvalid", "False", false); 367AddExpandoAttribute(expandoAttributeWriter, id, "enabled", "False", false); 385AddExpandoAttribute(writer, controlId, attributeName, attributeValue, true);
UI\WebControls\CompareValidator.cs (2)
102AddExpandoAttribute(expandoAttributeWriter, id, "evaluationfunction", "CompareValidatorEvaluateIsValid", false); 117AddExpandoAttribute(expandoAttributeWriter, id, "operator", PropertyConverter.EnumToString(typeof(ValidationCompareOperator), Operator), false);
UI\WebControls\CustomValidator.cs (2)
94AddExpandoAttribute(expandoAttributeWriter, id, "evaluationfunction", "CustomValidatorEvaluateIsValid", false); 98AddExpandoAttribute(expandoAttributeWriter, id, "validateemptytext", "true", false);
UI\WebControls\RangeValidator.cs (1)
76AddExpandoAttribute(expandoAttributeWriter, id, "evaluationfunction", "RangeValidatorEvaluateIsValid", false);
UI\WebControls\RegularExpressionValidator.cs (1)
69AddExpandoAttribute(expandoAttributeWriter, id, "evaluationfunction", "RegularExpressionValidatorEvaluateIsValid", false);
UI\WebControls\RequiredFieldValidator.cs (1)
56AddExpandoAttribute(expandoAttributeWriter, id, "evaluationfunction", "RequiredFieldValidatorEvaluateIsValid", false);