14 references to AddExpandoAttribute
System.Web (14)
UI\WebControls\basecomparevalidator.cs (3)
88AddExpandoAttribute(expandoAttributeWriter, id, "decimalchar", decimalChar); 92AddExpandoAttribute(expandoAttributeWriter, id, "decimalchar", decimalChar); 98AddExpandoAttribute(expandoAttributeWriter, id, "groupchar", groupChar);
UI\WebControls\BaseValidator.cs (3)
351AddExpandoAttribute(expandoAttributeWriter, id, "controltovalidate", GetControlRenderID(ControlToValidate)); 357AddExpandoAttribute(expandoAttributeWriter, id, "errormessage", ErrorMessage); 370AddExpandoAttribute(expandoAttributeWriter, id, "validationGroup", ValidationGroup);
UI\WebControls\CompareValidator.cs (3)
105AddExpandoAttribute(expandoAttributeWriter, id, "controltocompare", controlToCompareID); 106AddExpandoAttribute(expandoAttributeWriter, id, "controlhookup", controlToCompareID); 114AddExpandoAttribute(expandoAttributeWriter, id, "valuetocompare", valueToCompareString);
UI\WebControls\CustomValidator.cs (1)
96AddExpandoAttribute(expandoAttributeWriter, id, "clientvalidationfunction", ClientValidationFunction);
UI\WebControls\RangeValidator.cs (2)
84AddExpandoAttribute(expandoAttributeWriter, id, "maximumvalue", maxValueString); 85AddExpandoAttribute(expandoAttributeWriter, id, "minimumvalue", minValueString);
UI\WebControls\RegularExpressionValidator.cs (1)
71AddExpandoAttribute(expandoAttributeWriter, id, "validationexpression", ValidationExpression);
UI\WebControls\RequiredFieldValidator.cs (1)
57AddExpandoAttribute(expandoAttributeWriter, id, "initialvalue", InitialValue);